From 82bb5a6d637521ef5e8f1643a678bb58b0b81108 Mon Sep 17 00:00:00 2001
From: Darrell Anderson
Date: Sat, 26 May 2012 19:16:42 -0500
Subject: Branding cleanup: KDE -> TDE
---
kmail/kmreaderwin.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'kmail/kmreaderwin.cpp')
diff --git a/kmail/kmreaderwin.cpp b/kmail/kmreaderwin.cpp
index cb4bd2e25..beb7c249f 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\n"
"%8\n" // important changes
"Some of the new features in this release of KMail include "
- "(compared to KMail %4, which is part of KDE %5):
\n"
+ "(compared to KMail %4, which is part of TDE %5):
\n"
"\n"
"%7\n"
"We hope that you will enjoy KMail.
\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++ )
--
cgit v1.2.1