summaryrefslogtreecommitdiffstats
path: root/akregator/src
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-03-22 15:44:07 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-03-22 15:44:07 -0500
commit38c70c5de9c7ebb2e55f97eb9df09e8f31c338f7 (patch)
treed9448f71952588577f4ca7f9b0034cea4defdd37 /akregator/src
parentb99d4323ddffa1b9edcb8bab724a73729b79d883 (diff)
downloadtdepim-38c70c5de9c7ebb2e55f97eb9df09e8f31c338f7.tar.gz
tdepim-38c70c5de9c7ebb2e55f97eb9df09e8f31c338f7.zip
Fix nominal branding issues.
Diffstat (limited to 'akregator/src')
-rw-r--r--akregator/src/articleviewer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/akregator/src/articleviewer.cpp b/akregator/src/articleviewer.cpp
index 40195069..f5fd8a5e 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();
}