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