diff options
Diffstat (limited to 'akregator/src')
-rw-r--r-- | akregator/src/articleviewer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/akregator/src/articleviewer.cpp b/akregator/src/articleviewer.cpp index 401950694..f5fd8a5ee 100644 --- a/akregator/src/articleviewer.cpp +++ b/akregator/src/articleviewer.cpp @@ -379,7 +379,7 @@ void ArticleViewer::displayAboutPage() i18n("%1: Akregator version; %2: help:// URL; %3: homepage URL; " "--- end of comment ---", "<h2 style='margin-top: 0px;'>Welcome to Akregator %1</h2>" - "<p>Akregator is an RSS feed aggregator for the K Desktop Environment. " + "<p>Akregator is an RSS feed aggregator for the Trinity Desktop Environment. " "Feed aggregators 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, " @@ -395,7 +395,7 @@ void ArticleViewer::displayAboutPage() TQString fontSize = TQString::number( pointsToPixel( Settings::mediumFontSize() )); TQString appTitle = i18n("Akregator"); TQString catchPhrase = ""; //not enough space for a catch phrase at default window size i18n("Part of the Kontact Suite"); - TQString quickDescription = i18n("An RSS feed reader for the K Desktop Environment."); + TQString quickDescription = i18n("An RSS feed reader for the Trinity Desktop Environment."); write(content.arg(fontSize).arg(appTitle).arg(catchPhrase).arg(quickDescription).arg(info)); end(); } |