From b78f6c7fa7bb38e7de8a3cc0cbf92f597349505e Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Thu, 20 Sep 2012 13:56:09 +0300 Subject: [PATCH] Fix typo --- shell/shell.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/shell.cpp b/shell/shell.cpp index f9e3a9f37..70e2e9934 100644 --- a/shell/shell.cpp +++ b/shell/shell.cpp @@ -111,7 +111,7 @@ void Shell::init() { m_unique = QDBusConnection::sessionBus().registerService("org.kde.okular"); if (!m_unique) - KMessageBox::information(this, i18n("There is already an unique Okular instance running. This instance won't be the unique one.")); + KMessageBox::information(this, i18n("There is already a unique Okular instance running. This instance won't be the unique one.")); } QDBusConnection::sessionBus().registerObject("/okularshell", this, QDBusConnection::ExportScriptableSlots);