From b851203d214078c2966855b9cbb220dce8984aba Mon Sep 17 00:00:00 2001 From: Massimo Maiurana Date: Thu, 12 Apr 2007 19:09:45 +0000 Subject: [PATCH] I think this needs to be translated SVN revision: 29484 --- src/bin/e_actions.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/e_actions.c b/src/bin/e_actions.c index 38dd6f298..f581af10f 100644 --- a/src/bin/e_actions.c +++ b/src/bin/e_actions.c @@ -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.

" + _("You are about to kill %s.

" "Please keep in mind that all data of this window,
" "which has not been saved yet will be lost!

" - "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));