summaryrefslogtreecommitdiffstats
path: root/kmail
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-26 19:16:42 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-26 19:16:42 -0500
commit82bb5a6d637521ef5e8f1643a678bb58b0b81108 (patch)
treeb1de0c5597b63cd24fd557a64896f7fffc66102e /kmail
parent3e8a711f8ddb6dc617498ec576e1c2f3a6a9bfb4 (diff)
downloadtdepim-82bb5a6d637521ef5e8f1643a678bb58b0b81108.tar.gz
tdepim-82bb5a6d637521ef5e8f1643a678bb58b0b81108.zip
Branding cleanup: KDE -> TDE
Diffstat (limited to 'kmail')
-rw-r--r--kmail/kmreaderwin.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kmail/kmreaderwin.cpp b/kmail/kmreaderwin.cpp
index cb4bd2e2..beb7c249 100644
--- a/kmail/kmreaderwin.cpp
+++ b/kmail/kmreaderwin.cpp
@@ -1324,7 +1324,7 @@ void KMReaderWin::displayAboutPage()
{
TQString info =
i18n("%1: KMail version; %2: help:// URL; %3: homepage URL; "
- "%4: prior KMail version; %5: prior KDE version; "
+ "%4: prior KMail version; %5: prior TDE version; "
"%6: generated list of new features; "
"%7: First-time user text (only shown on first start); "
"%8: generated list of important changes; "
@@ -1339,7 +1339,7 @@ void KMReaderWin::displayAboutPage()
"new versions of KMail</li></ul>\n"
"%8\n" // important changes
"<p>Some of the new features in this release of KMail include "
- "(compared to KMail %4, which is part of KDE %5):</p>\n"
+ "(compared to KMail %4, which is part of TDE %5):</p>\n"
"<ul>\n%6</ul>\n"
"%7\n"
"<p>We hope that you will enjoy KMail.</p>\n"
@@ -1348,7 +1348,7 @@ void KMReaderWin::displayAboutPage()
.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 KDE version
+ .arg("1.8").arg("3.4"); // prior KMail and TDE version
TQString featureItems;
for ( int i = 0 ; i < numKMailNewFeatures ; i++ )