From acc6e1af08b40eb7421f2fbbca74274fdca2fb81 Mon Sep 17 00:00:00 2001 From: Panagiotis Papadopoulos Date: Sun, 17 Oct 2010 20:50:30 +0200 Subject: =?UTF-8?q?fix=20string=20(wasn=E2=80=99t=20=E2=86=92=20was=20not)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/application.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/application.cpp') 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 ); -- cgit v1.2.1