From cefa31eb82135e8f724c26865665440389f3d577 Mon Sep 17 00:00:00 2001 From: Volkan Gezer Date: Sun, 11 Jan 2015 14:07:04 +0100 Subject: [PATCH] fix typo suggested by transifex translator --- src/libsync/theme.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsync/theme.cpp b/src/libsync/theme.cpp index 717482062..01d427fa9 100644 --- a/src/libsync/theme.cpp +++ b/src/libsync/theme.cpp @@ -234,7 +234,7 @@ QString Theme::about() const .arg(MIRALL_VERSION_STRING).arg("http://" MIRALL_STRINGIFY(APPLICATION_DOMAIN)) .arg(MIRALL_STRINGIFY(APPLICATION_DOMAIN)); - re += tr("

Copyright ownCloud, Incorparated

"); + re += tr("

Copyright ownCloud, Incorporated

"); re += tr("

Distributed by %1 and licensed under the GNU General Public License (GPL) Version 2.0.
" "%2 and the %2 logo are registered trademarks of %1 in the " "United States, other countries, or both.

")