summaryrefslogtreecommitdiff
path: root/src/application.cpp
diff options
context:
space:
mode:
authorPanagiotis Papadopoulos <pano_90@gmx.net>2010-10-17 20:50:30 +0200
committerPanagiotis Papadopoulos <pano_90@gmx.net>2010-10-17 20:50:30 +0200
commitacc6e1af08b40eb7421f2fbbca74274fdca2fb81 (patch)
tree0c080950d5abc7ab3d9393beeeb765341db73786 /src/application.cpp
parentMerge branch 'master' of git.kde.org:rekonq (diff)
downloadrekonq-acc6e1af08b40eb7421f2fbbca74274fdca2fb81.tar.xz
fix string (wasn’t → was not)
Diffstat (limited to 'src/application.cpp')
-rw-r--r--src/application.cpp4
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 );