summaryrefslogtreecommitdiffstats
path: root/wizards
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-10 16:06:07 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-10 16:06:07 -0500
commit284ef1c282448d811f6c32443da9d920be959018 (patch)
treee2d9fd375f60ae0208794a3b83f17e3c9934a91e /wizards
parent2d5f15c865de75f3147bd849ef81d3ed034f8104 (diff)
downloadtdepim-284ef1c282448d811f6c32443da9d920be959018.tar.gz
tdepim-284ef1c282448d811f6c32443da9d920be959018.zip
Branding cleanup: I18N_NOOP KDE -> TDE.
Diffstat (limited to 'wizards')
-rw-r--r--wizards/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/main.cpp b/wizards/main.cpp
index eb4eddcbb..e914a749c 100644
--- a/wizards/main.cpp
+++ b/wizards/main.cpp
@@ -17,7 +17,7 @@ int main( int argc, char **argv )
KLocale::setMainCatalogue( "tdepimwizards" );
KAboutData aboutData( "groupwarewizard",
- I18N_NOOP( "KDE-PIM Groupware Configuration Wizard" ), "0.1" );
+ I18N_NOOP( "TDE-PIM Groupware Configuration Wizard" ), "0.1" );
KCmdLineArgs::init( argc, argv, &aboutData );
KCmdLineArgs::addCmdLineOptions( options );