summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-10-18 22:59:41 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-10-18 22:59:41 +0200
commit28bf8f66d66b402aac544279534e0d2c9b0840e5 (patch)
tree8aeab3bc2690b61ebdce2437bc871592ddb0f34d /src
parentProtocol handler (trivial) fixes (diff)
parentfix string (wasn’t → was not) (diff)
downloadrekonq-28bf8f66d66b402aac544279534e0d2c9b0840e5.tar.xz
Merge branch 'master' of git.kde.org:rekonq
Diffstat (limited to 'src')
-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 );