I think this needs to be translated

SVN revision: 29484
This commit is contained in:
Massimo Maiurana 2007-04-12 19:09:45 +00:00
parent 7c31002e3b
commit b851203d21
1 changed files with 2 additions and 2 deletions

View File

@ -292,10 +292,10 @@ ACT_FN_GO(window_kill)
}
bd = (E_Border *)obj;
snprintf(dialog_text, sizeof(dialog_text),
"You are about to kill %s.<br><br>"
_("You are about to kill %s.<br><br>"
"Please keep in mind that all data of this window,<br>"
"which has not been saved yet will be lost!<br><br>"
"Are you sure you want to kill this window?",
"Are you sure you want to kill this window?"),
bd->client.icccm.name);
if (kill_dialog) e_object_del(E_OBJECT(kill_dialog));