From bc04f7995979ce79b3d95022fac2fbaf4db922be Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Thu, 22 Sep 2016 15:03:15 +0200 Subject: [PATCH] Missing Inc -> GmbH (#5181) --- src/libsync/owncloudtheme.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libsync/owncloudtheme.cpp b/src/libsync/owncloudtheme.cpp index f5fcbd9451..09121acd61 100644 --- a/src/libsync/owncloudtheme.cpp +++ b/src/libsync/owncloudtheme.cpp @@ -49,8 +49,8 @@ QString ownCloudTheme::about() const "Olivier Goffart, Markus Götz and others.

" "

Copyright ownCloud GmbH

" "

Licensed under the GNU General Public License (GPL) Version 2.0
" - "ownCloud and the ownCloud Logo are registered trademarks of ownCloud, " - "Inc. in the United States, other countries, or both.

" + "ownCloud and the ownCloud Logo are registered trademarks of ownCloud GmbH " + "in the United States, other countries, or both.

" ) .arg(MIRALL_VERSION_STRING) .arg("https://" MIRALL_STRINGIFY(APPLICATION_DOMAIN))