diff options
author | Panagiotis Papadopoulos <pano_90@gmx.net> | 2010-10-17 20:50:30 +0200 |
---|---|---|
committer | Panagiotis Papadopoulos <pano_90@gmx.net> | 2010-10-17 20:50:30 +0200 |
commit | acc6e1af08b40eb7421f2fbbca74274fdca2fb81 (patch) | |
tree | 0c080950d5abc7ab3d9393beeeb765341db73786 /src | |
parent | Merge branch 'master' of git.kde.org:rekonq (diff) | |
download | rekonq-acc6e1af08b40eb7421f2fbbca74274fdca2fb81.tar.xz |
fix string (wasn’t → was not)
Diffstat (limited to 'src')
-rw-r--r-- | src/application.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/application.cpp b/src/application.cpp index c7f24039..233be527 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -129,8 +129,8 @@ int Application::newInstance() if (isRekonqCrashed && isFirstLoad) { loadUrl(KUrl("about:closedTabs")); - MessageBar *msgBar = new MessageBar(i18n("It seems rekonq wasn't closed properly, do you want " - "to restore the last saved session ?") + MessageBar *msgBar = new MessageBar(i18n("It seems rekonq was not closed properly. Do you want " + "to restore the last saved session?") , mainWindow()->currentTab() , QMessageBox::Warning , MessageBar::Yes | MessageBar::No ); |