englishize kill message

SVN revision: 52151
This commit is contained in:
Mike Blumenkrantz 2010-09-11 02:22:01 +00:00
parent bfe961ba33
commit 4be4d99103
1 changed files with 2 additions and 2 deletions

View File

@ -364,8 +364,8 @@ ACT_FN_GO(window_kill, __UNUSED__)
snprintf(dialog_text, sizeof(dialog_text),
_("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>"
"Please keep in mind that all data from this window<br>"
"which has not yet been saved will be lost!<br><br>"
"Are you sure you want to kill this window?"),
bd->client.icccm.name);