diff options
Diffstat (limited to 'libtdepim/komposer/core/prefsmodule.cpp')
-rw-r--r-- | libtdepim/komposer/core/prefsmodule.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdepim/komposer/core/prefsmodule.cpp b/libtdepim/komposer/core/prefsmodule.cpp index 8d3a87f48..e3fdc5824 100644 --- a/libtdepim/komposer/core/prefsmodule.cpp +++ b/libtdepim/komposer/core/prefsmodule.cpp @@ -60,7 +60,7 @@ const KAboutData* PrefsModule::aboutData() const { KAboutData *about = new KAboutData( I18N_NOOP( "komposerconfig" ), - I18N_NOOP( "KDE Komposer" ), + I18N_NOOP( "TDE Komposer" ), 0, 0, KAboutData::License_LGPL, I18N_NOOP( "(c), 2003-2004 Zack Rusin" ) ); |