[Pkg-owncloud-commits] [owncloud-client] 60/115: About page: Fix the translation of developer names.
Sandro Knauß
hefee-guest at moszumanska.debian.org
Fri Aug 29 22:04:01 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 4b716f3ea6d076a3ba1c975306b789cfa28bef8c
Author: Klaas Freitag <freitag at owncloud.com>
Date: Mon Aug 18 12:17:13 2014 +0200
About page: Fix the translation of developer names.
---
src/mirall/owncloudtheme.cpp | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/src/mirall/owncloudtheme.cpp b/src/mirall/owncloudtheme.cpp
index 8a4da8f..b084741 100644
--- a/src/mirall/owncloudtheme.cpp
+++ b/src/mirall/owncloudtheme.cpp
@@ -45,11 +45,9 @@ QString ownCloudTheme::configFileName() const
QString ownCloudTheme::about() const
{
QString devString;
- const QString names("Klaas Freitag, Daniel Molkentin, Jan-Christoph Borchardt, Olivier Goffart, Markus Götz");
- devString = QCoreApplication::translate("ownCloudTheme::about() - please leave _OCDEVS_NAMES_ untouched",
- "<p>Version %2. "
- "For more information visit <a href=\"%3\">%4</a></p>"
- "<p><small>By _OCDEVS_NAMES_ and others.<br/>"
+ devString = trUtf8("<p>Version %2. For more information visit <a href=\"%3\">%4</a></p>"
+ "<p><small>By Klaas Freitag, Daniel Molkentin, Jan-Christoph Borchardt, "
+ "Olivier Goffart, Markus Götz and others.<br/>"
"Based on Mirall by Duncan Mac-Vicar P.</small></p>"
"<p>Copyright ownCloud, Inc.</p>"
"<p>Licensed under the GNU Public License (GPL) Version 2.0<br/>"
@@ -60,7 +58,6 @@ QString ownCloudTheme::about() const
.arg("http://" MIRALL_STRINGIFY(APPLICATION_DOMAIN))
.arg(MIRALL_STRINGIFY(APPLICATION_DOMAIN));
- devString.replace("_OCDEVS_NAMES_", names);
devString += gitSHA1();
return devString;
--
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