From afc4eeceb6f716043543621c7bcd2f1cc4685583 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 16 Oct 2011 10:59:01 +0200 Subject: Fix strings as suggested in i18n-doc ml CCMAIL: aspotashev@gmail.com --- src/application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/application.cpp') diff --git a/src/application.cpp b/src/application.cpp index e1802099..d770b3d1 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -732,7 +732,7 @@ void Application::queryQuit() { int answer = KMessageBox::questionYesNoCancel( mainWindow(), - i18n("Wanna close the window or the whole app?"), + i18n("Do you want to close the window or the whole application?"), i18n("Application/Window closing..."), KGuiItem(i18n("C&lose Current Window"), KIcon("window-close")), -- cgit v1.2.1