From kde-commits Thu Oct 15 21:01:22 2015 From: Alex Fiestas Date: Thu, 15 Oct 2015 21:01:22 +0000 To: kde-commits Subject: [kaccounts-providers] /: Call it files instead of chat Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=144494406525495 Git commit a439cc586a78012d352e94e297d43ce1b24d4300 by Alex Fiestas. Committed on 21/04/2012 at 13:17. Pushed by mklapetek into branch 'master'. Call it files instead of chat M +1 -1 oservices.cpp http://commits.kde.org/kaccounts-providers/a439cc586a78012d352e94e297d43ce1= b24d4300 diff --git a/oservices.cpp b/oservices.cpp index f3a0915..8431731 100644 --- a/oservices.cpp +++ b/oservices.cpp @@ -35,7 +35,7 @@ OServices::~OServices() = void OServices::initializePage() { - addOption("File", i18n("Chat")); + addOption("File", i18n("Files")); addOption("Calendar", i18n("Calendar")); addOption("Contact", i18n("Contacts")); }