CVS commit by danimo: yay for descriptive strings :) M +2 -2 overviewpage.cpp 1.14 --- kdepim/wizards/overviewpage.cpp #1.13:1.14 @@ -71,9 +71,9 @@ OverViewPage::OverViewPage( QWidget *par connect( button, SIGNAL( clicked() ), SLOT( showWizardKolab() ) ); - button = new QPushButton( i18n("SLOX"), this ); + button = new QPushButton( i18n("SUSE Linux Openexchange (SLOX)"), this ); layout->addMultiCellWidget( button, 5, 5, 0, 3 ); connect( button, SIGNAL( clicked() ), SLOT( showWizardSlox() ) ); - button = new QPushButton( i18n("Groupwise"), this ); + button = new QPushButton( i18n("Novell Groupwise"), this ); layout->addMultiCellWidget( button, 6, 6, 0, 3 ); connect( button, SIGNAL( clicked() ), SLOT( showWizardGroupwise() ) );