diff options
| author | Andrea Diamantini <adjam7@gmail.com> | 2010-10-18 22:59:41 +0200 | 
|---|---|---|
| committer | Andrea Diamantini <adjam7@gmail.com> | 2010-10-18 22:59:41 +0200 | 
| commit | 28bf8f66d66b402aac544279534e0d2c9b0840e5 (patch) | |
| tree | 8aeab3bc2690b61ebdce2437bc871592ddb0f34d | |
| parent | Protocol handler (trivial) fixes (diff) | |
| parent | fix string (wasn’t → was not) (diff) | |
| download | rekonq-28bf8f66d66b402aac544279534e0d2c9b0840e5.tar.xz | |
Merge branch 'master' of git.kde.org:rekonq
| -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 ); | 
