|
|
|
@ -386,12 +386,12 @@ void ArticleViewer::displayAboutPage()
|
|
|
|
|
"Instead of checking all your favorite web sites manually for updates, "
|
|
|
|
|
"Akregator collects the content for you.</p>"
|
|
|
|
|
"<p>For more information about using Akregator, check the "
|
|
|
|
|
"<a href=\"%3\">Akregator website</a>. If you do not want to see this page anymore, <a href=\"config:/disable_introduction\">click here</a>.</p>"
|
|
|
|
|
"<a href=\"%3\">Trinity website</a>. If you do not want to see this page anymore, <a href=\"config:/disable_introduction\">click here</a>.</p>"
|
|
|
|
|
"<p>We hope that you will enjoy Akregator.</p>\n"
|
|
|
|
|
"<p>Thank you,</p>\n"
|
|
|
|
|
"<p style='margin-bottom: 0px'> The Akregator Team</p>\n")
|
|
|
|
|
"<p style='margin-bottom: 0px'> The Trinity Team</p>\n")
|
|
|
|
|
.arg(AKREGATOR_VERSION) // Akregator version
|
|
|
|
|
.arg("http://akregator.kde.org/"); // Akregator homepage URL
|
|
|
|
|
.arg("https://trinitydesktop.org/"); // Trinity homepage URL
|
|
|
|
|
|
|
|
|
|
TQString fontSize = TQString::number( pointsToPixel( Settings::mediumFontSize() ));
|
|
|
|
|
TQString appTitle = i18n("Akregator");
|
|
|
|
|