[Pkg-owncloud-commits] [owncloud-client] 153/332: Typo fix

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu Aug 14 21:06:53 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 3ad9356ca41275bef69eee1ad1a5d4ad8513f602
Author: Volkan Gezer <wakeup at users.noreply.github.com>
Date:   Sun Jun 29 14:14:44 2014 +0200

    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 394e3f9..e4ed907 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:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list