diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-10-16 10:59:01 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-10-16 11:02:32 +0200 |
commit | afc4eeceb6f716043543621c7bcd2f1cc4685583 (patch) | |
tree | 2f5089fd44cce47c56fbfa5116a8b34b7a215c6e /src/application.cpp | |
parent | Forgot INSTALL file update... (diff) | |
download | rekonq-afc4eeceb6f716043543621c7bcd2f1cc4685583.tar.xz |
Fix strings as suggested in i18n-doc ml
CCMAIL: aspotashev@gmail.com
Diffstat (limited to 'src/application.cpp')
-rw-r--r-- | src/application.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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")), |