summaryrefslogtreecommitdiffstats
path: root/wizards
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-02-13 16:31:56 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2014-02-13 16:31:56 -0600
commited95608f23f45c86b0c006cf30cc4cda0cdf8b68 (patch)
treedb5fe09120e74d7824e706cfc305a887cb8f49c7 /wizards
parent3b65f8155f222d18868a79f3d97b3040a7d40b33 (diff)
downloadtdepim-ed95608f23f45c86b0c006cf30cc4cda0cdf8b68.tar.gz
tdepim-ed95608f23f45c86b0c006cf30cc4cda0cdf8b68.zip
Restructure menu: move Office->PIM submenu items to Internet and Office menus.
Diffstat (limited to 'wizards')
-rw-r--r--wizards/groupwarewizard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/groupwarewizard.cpp b/wizards/groupwarewizard.cpp
index 231862b4..1f520ce5 100644
--- a/wizards/groupwarewizard.cpp
+++ b/wizards/groupwarewizard.cpp
@@ -31,7 +31,7 @@
GroupwareWizard::GroupwareWizard( TQWidget *parent, const char *name )
: TQWidget( parent, name )
{
- setCaption( i18n( "KDE Groupware Wizard" ) );
+ setCaption( i18n( "TDE Groupware Wizard" ) );
TQVBoxLayout *layout = new TQVBoxLayout( this );