summaryrefslogtreecommitdiffstats
path: root/kontact
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 /kontact
parent3e8a711f8ddb6dc617498ec576e1c2f3a6a9bfb4 (diff)
downloadtdepim-82bb5a6d637521ef5e8f1643a678bb58b0b81108.tar.gz
tdepim-82bb5a6d637521ef5e8f1643a678bb58b0b81108.zip
Branding cleanup: KDE -> TDE
Diffstat (limited to 'kontact')
-rw-r--r--kontact/src/mainwindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kontact/src/mainwindow.cpp b/kontact/src/mainwindow.cpp
index 88be77c73..fb39e64fd 100644
--- a/kontact/src/mainwindow.cpp
+++ b/kontact/src/mainwindow.cpp
@@ -298,9 +298,9 @@ void MainWindow::paintAboutScreen( const TQString& msg )
mIntroPart->begin( KURL( location ) );
- TQString appName( i18n( "KDE Kontact" ) );
+ TQString appName( i18n( "TDE Kontact" ) );
TQString catchPhrase( i18n( "Get Organized!" ) );
- TQString quickDescription( i18n( "The KDE Personal Information Management Suite" ) );
+ TQString quickDescription( i18n( "The TDE Personal Information Management Suite" ) );
mIntroPart->write( content.arg( TQFont().pointSize() + 2 ).arg( appName )
.arg( catchPhrase ).arg( quickDescription ).arg( msg ) );