diff options
author | Chris <[email protected]> | 2019-07-15 00:44:53 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-07-16 20:23:28 +0200 |
commit | 9267eda1fada8964209d66905c998061b12777ad (patch) | |
tree | 7d20790c0696ace0f699dca41db59f24436a317e /akregator/src/articleviewer.cpp | |
parent | 9d9ddd0eda4645d28b662739696653b10df6eea2 (diff) | |
download | tdepim-9267eda1fada8964209d66905c998061b12777ad.tar.gz tdepim-9267eda1fada8964209d66905c998061b12777ad.zip |
Remove old upstream URL.
Signed-off-by: Chris <[email protected]>
(cherry picked from commit a469e986bd6f0207c137a2278fa73626912217b7)
Diffstat (limited to 'akregator/src/articleviewer.cpp')
-rw-r--r-- | akregator/src/articleviewer.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/akregator/src/articleviewer.cpp b/akregator/src/articleviewer.cpp index 3b1cc6db9..8067b7326 100644 --- a/akregator/src/articleviewer.cpp +++ b/akregator/src/articleviewer.cpp @@ -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"); |