the _ should be there, just need to move the )

SVN revision: 16468
This commit is contained in:
Dan Sinclair 2005-09-02 17:51:34 +00:00 committed by Dan Sinclair
parent 9fe4d12b87
commit 9ee3373852
1 changed files with 2 additions and 2 deletions

View File

@ -4746,8 +4746,8 @@ _e_border_eval(E_Border *bd)
if ((bd->client.icccm.transient_for) && (bd->client.icccm.client_leader))
{
e_error_dialog_show(_("ICCCM error"),
("Weird, this window is transient and has a leader: %s\n",
e_border_name_get(bd)));
_("Weird, this window is transient and has a leader: %s\n"),
e_border_name_get(bd));
}
if (bd->client.icccm.transient_for)
{