diff --git a/src/mirall/owncloudtheme.cpp b/src/mirall/owncloudtheme.cpp index 9eae59ca31..4c1bef63e8 100644 --- a/src/mirall/owncloudtheme.cpp +++ b/src/mirall/owncloudtheme.cpp @@ -29,7 +29,11 @@ ownCloudTheme::ownCloudTheme() QString ownCloudTheme::appName() const { - return QApplication::translate("appname", "ownCloud Client"); + /* If this is changed, existing configs are not found any more + * because the value is used by QDesktopServices to find the config + * file. Be aware. + */ + return QApplication::translate("appname", "ownCloud"); } QString ownCloudTheme::configFileName() const