diff options
Diffstat (limited to 'kmail/kmreaderwin.cpp')
-rw-r--r-- | kmail/kmreaderwin.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/kmail/kmreaderwin.cpp b/kmail/kmreaderwin.cpp index 26fffd8c5..6c5acd10c 100644 --- a/kmail/kmreaderwin.cpp +++ b/kmail/kmreaderwin.cpp @@ -1332,15 +1332,15 @@ void KMReaderWin::displayAboutPage() "%7: First-time user text (only shown on first start); " "%8: generated list of important changes; " "--- end of comment ---", - "<h2 style='margin-top: 0px;'>Welcome to KMail %1</h2><p>KMail is the email client for the K " + "<h2 style='margin-top: 0px;'>Welcome to KMail %1</h2><p>KMail is the email client for the Trinity " "Desktop Environment. It is designed to be fully compatible with " "Internet mailing standards including MIME, SMTP, POP3 and IMAP." "</p>\n" "<ul><li>KMail has many powerful features which are described in the " "<a href=\"%2\">documentation</a></li>\n" - "<li>The <a href=\"%3\">KMail homepage</A> offers information about " + "<li>The <a href=\"%3\">KMail (TDE) homepage</A> offers information about " "new versions of KMail</li></ul>\n" - "%8\n" // important changes + "%8\n" // important changes "<p>Some of the new features in this release of KMail include " "(compared to KMail %4, which is part of TDE %5):</p>\n" "<ul>\n%6</ul>\n" @@ -1348,10 +1348,10 @@ void KMReaderWin::displayAboutPage() "<p>We hope that you will enjoy KMail.</p>\n" "<p>Thank you,</p>\n" "<p style='margin-bottom: 0px'> The KMail Team</p>") - .arg(KMAIL_VERSION) // KMail version - .arg("help:/kmail/index.html") // KMail help:// URL - .arg("http://kontact.kde.org/kmail/") // KMail homepage URL - .arg("1.8").arg("3.4"); // prior KMail and TDE version + .arg(KMAIL_VERSION) // KMail version + .arg("help:/kmail/index.html") // KMail help:// URL + .arg("http://www.trinitydesktop.org") // homepage URL + .arg("1.8").arg("3.4"); // prior KMail and TDE version TQString featureItems; for ( int i = 0 ; i < numKMailNewFeatures ; i++ ) |