[Pkg-owncloud-commits] [owncloud-client] 10/26: Fixed wording, removed the term "problem".
Sandro Knauß
hefee-guest at moszumanska.debian.org
Mon Dec 9 00:01:57 UTC 2013
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 1abfd4ba443fb20fce832c3267d6ea62e9a17c9e
Author: Klaas Freitag <freitag at owncloud.com>
Date: Tue Dec 3 12:31:28 2013 +0100
Fixed wording, removed the term "problem".
---
src/mirall/syncresult.cpp | 2 +-
src/mirall/theme.cpp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/mirall/syncresult.cpp b/src/mirall/syncresult.cpp
index 2e54ffd..4f19072 100644
--- a/src/mirall/syncresult.cpp
+++ b/src/mirall/syncresult.cpp
@@ -62,7 +62,7 @@ QString SyncResult::statusString() const
re = QLatin1String("SyncPrepare");
break;
case Problem:
- re = QLatin1String("Success, but with problems");
+ re = QLatin1String("Success, some files were ignored.");
break;
case Unavailable:
re = QLatin1String("Not availabe");
diff --git a/src/mirall/theme.cpp b/src/mirall/theme.cpp
index d331f21..ce6a85c 100644
--- a/src/mirall/theme.cpp
+++ b/src/mirall/theme.cpp
@@ -57,7 +57,7 @@ QString Theme::statusHeaderText( SyncResult::Status status ) const
resultStr = QCoreApplication::translate("theme", "Sync Success");
break;
case SyncResult::Problem:
- resultStr = QCoreApplication::translate("theme", "Sync Success, problems with individual files.");
+ resultStr = QCoreApplication::translate("theme", "Sync Success, some files were ignored.");
break;
case SyncResult::Error:
resultStr = QCoreApplication::translate("theme", "Sync Error");
--
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