Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/client_theming.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2017-04-04 14:44:09 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2017-04-04 14:44:09 +0300
commit18f8c49c10139df352ca999a9116245cfcbe3c7e (patch)
tree8346d41dddcfce7aa7bd120801856ea7e0690f6a
parentdcac71898e7fda7ae4b149e2db25c178c90e7172 (diff)
Fix about message
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
-rw-r--r--nextcloudtheme/nextcloudtheme.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/nextcloudtheme/nextcloudtheme.h b/nextcloudtheme/nextcloudtheme.h
index 2ead385..e608ee2 100644
--- a/nextcloudtheme/nextcloudtheme.h
+++ b/nextcloudtheme/nextcloudtheme.h
@@ -80,7 +80,10 @@ public:
re += trUtf8("<p><small>By Klaas Freitag, Daniel Molkentin, Jan-Christoph Borchardt, "
"Olivier Goffart, Markus Götz and others.</small></p>");
- re += tr("<p>Distributed by %1 and licensed under the GNU General Public License (GPL) Version 2.0.<br/>"
+ re += tr("<p>This release was supplied by the Nextcloud GmbH<br />"
+ "Copyright 2012-2017 ownCloud GmbH</p>");
+
+ re += tr("<p>Licensed under the GNU General Public License (GPL) Version 2.0.<br/>"
"%2 and the %2 Logo are registered trademarks of %1 in the "
"European Union, other countries, or both.</p>")
.arg(APPLICATION_VENDOR).arg(APPLICATION_NAME);