summaryrefslogtreecommitdiffstats
path: root/kitchensync/src/aboutpage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kitchensync/src/aboutpage.cpp')
-rw-r--r--kitchensync/src/aboutpage.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kitchensync/src/aboutpage.cpp b/kitchensync/src/aboutpage.cpp
index 6d884f9f..f2683996 100644
--- a/kitchensync/src/aboutpage.cpp
+++ b/kitchensync/src/aboutpage.cpp
@@ -66,9 +66,9 @@ AboutPage::AboutPage( TQWidget *parent )
part->begin( KURL( location ) );
- TQString appName( i18n( "KDE KitchenSync" ) );
+ TQString appName( i18n( "TDE KitchenSync" ) );
TQString catchPhrase( i18n( "Get Synchronized!" ) );
- TQString quickDescription( i18n( "The KDE Synchronization Tool" ) );
+ TQString quickDescription( i18n( "The TDE Synchronization Tool" ) );
part->write( content.arg( TQFont().pointSize() + 2 ).arg( appName )
.arg( catchPhrase ).arg( quickDescription ).arg( htmlText() ) );