From kde-commits Sat Sep 04 17:56:46 2010 From: Markus Meik Slopianka Date: Sat, 04 Sep 2010 17:56:46 +0000 To: kde-commits Subject: KDE/kdepim/akregator/src Message-Id: <20100904175646.926E5AC884 () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=128362277215014 SVN commit 1171622 by markuss: Remove the "K Desktop Environment" term. Replace it with neutral phrase ("KDE news feed reader") M +1 -1 akregator.desktop M +2 -2 articleviewer.cpp --- trunk/KDE/kdepim/akregator/src/akregator.desktop #1171621:1171622 @@ -104,7 +104,7 @@ GenericName[x-test]=xxFeed Readerxx GenericName[zh_CN]=RSS 种子阅读器 GenericName[zh_TW]=RSS Feed 閱讀器 -Comment=A Feed Reader for KDE +Comment=A KDE News Feed Reader Comment[ar]=قارئ التلقيم الخاص بـكدي Comment[ca]=Un lector de fonts per al KDE Comment[ca@valencia]=Un lector de fonts per al KDE --- trunk/KDE/kdepim/akregator/src/articleviewer.cpp #1171621:1171622 @@ -665,7 +665,7 @@ i18nc("%1: Akregator version; %2: homepage URL; " "--- end of comment ---", "

Welcome to Akregator %1

" - "

Akregator is a feed reader for the K Desktop Environment. " + "

Akregator is a KDE news feed reader. " "Feed readers provide a convenient way to browse different kinds of " "content, including news, blogs, and other content from online sites. " "Instead of checking all your favorite web sites manually for updates, " @@ -682,7 +682,7 @@ QString fontSize = QString::number( pointsToPixel( Settings::mediumFontSize() )); QString appTitle = i18n("Akregator"); QString catchPhrase = ""; //not enough space for a catch phrase at default window size i18n("Part of the Kontact Suite"); - QString quickDescription = i18n("An RSS feed reader for the K Desktop Environment."); + QString quickDescription = i18n("A KDE news feed reader."); QString content = KPIMUtils::kFileToByteArray(location);