diff options
author | Cedric Bellegarde <gnumdk@gmail.com> | 2011-10-17 08:34:17 +0200 |
---|---|---|
committer | Cedric Bellegarde <gnumdk@gmail.com> | 2011-10-17 08:34:17 +0200 |
commit | 2b2adbcfcb6ed81edb2e4646735285935e61c624 (patch) | |
tree | 52f983051b7c81e06c00ab20d64471c429320b1d /src/application.cpp | |
parent | Update menu bar tools (useful for people using plasma-menubar/oxygen-appmenu) (diff) | |
parent | rekonq 0.8.50: First development version on the road to 0.9... (diff) | |
download | rekonq-2b2adbcfcb6ed81edb2e4646735285935e61c624.tar.xz |
Merge branch 'master' of git.kde.org:rekonq
Diffstat (limited to 'src/application.cpp')
-rw-r--r-- | src/application.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/application.cpp b/src/application.cpp index 6f9df43a..d770b3d1 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -61,7 +61,6 @@ #include <KWindowInfo> #include <KGlobal> #include <KCharsets> -#include <KMessageBox> // Qt Includes #include <QVBoxLayout> @@ -733,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")), |