From 3ad9356ca41275bef69eee1ad1a5d4ad8513f602 Mon Sep 17 00:00:00 2001 From: Volkan Gezer Date: Sun, 29 Jun 2014 14:14:44 +0200 Subject: [PATCH] Typo fix --- src/updater/ocupdater.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/updater/ocupdater.cpp b/src/updater/ocupdater.cpp index 394e3f901..e4ed9073f 100644 --- a/src/updater/ocupdater.cpp +++ b/src/updater/ocupdater.cpp @@ -82,7 +82,7 @@ QString OCUpdater::statusString() const case DownloadTimedOut: return tr("Could not check for new updates."); case UpdateOnlyAvailableThroughSystem: - return tr("New version %1 available. Please use the systems update tool to install it.").arg(updateVersion); + return tr("New version %1 available. Please use the system's update tool to install it.").arg(updateVersion); case Unknown: return tr("Checking update server..."); case UpToDate: