summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--kaddressbook/xxportselectdialog.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/kaddressbook/xxportselectdialog.cpp b/kaddressbook/xxportselectdialog.cpp
index e0da3b2..41c999b 100644
--- a/kaddressbook/xxportselectdialog.cpp
+++ b/kaddressbook/xxportselectdialog.cpp
@@ -200,3 +200,3 @@ void XXPortSelectDialog::initGUI()
200 200
201 mButtonGroup = new QButtonGroup( i18n( "Selection" ), page ); 201 mButtonGroup = new QButtonGroup( i18n( "Contact Selection" ), page );
202 mButtonGroup->setColumnLayout( 0, Qt::Vertical ); 202 mButtonGroup->setColumnLayout( 0, Qt::Vertical );
@@ -208,3 +208,3 @@ void XXPortSelectDialog::initGUI()
208 208
209 mUseWholeBook = new QRadioButton( i18n( "&All contacts" ), mButtonGroup ); 209 mUseWholeBook = new QRadioButton( i18n( "&All" ), mButtonGroup );
210 mUseWholeBook->setChecked( true ); 210 mUseWholeBook->setChecked( true );
@@ -213,3 +213,3 @@ void XXPortSelectDialog::initGUI()
213 213
214 mUseSelection = new QRadioButton( i18n( "&Selected contacts" ), mButtonGroup ); 214 mUseSelection = new QRadioButton( i18n( "&Selected" ), mButtonGroup );
215 QWhatsThis::add( mUseSelection, i18n( "Only export contacts selected in KAddressBook.\n" 215 QWhatsThis::add( mUseSelection, i18n( "Only export contacts selected in KAddressBook.\n"
@@ -218,3 +218,3 @@ void XXPortSelectDialog::initGUI()
218 218
219 mUseFilters = new QRadioButton( i18n( "Contacts matching &filter" ), mButtonGroup ); 219 mUseFilters = new QRadioButton( i18n( "By matching &filter" ), mButtonGroup );
220 QWhatsThis::add( mUseFilters, i18n( "Only export contacts matching the selected filter.\n" 220 QWhatsThis::add( mUseFilters, i18n( "Only export contacts matching the selected filter.\n"
@@ -223,3 +223,3 @@ void XXPortSelectDialog::initGUI()
223 223
224 mUseCategories = new QRadioButton( i18n( "Category &members" ), mButtonGroup ); 224 mUseCategories = new QRadioButton( i18n( "By Cate&gories" ), mButtonGroup );
225 QWhatsThis::add( mUseCategories, i18n( "Only export contacts who are members of a category that is checked on the list to the left.\n" 225 QWhatsThis::add( mUseCategories, i18n( "Only export contacts who are members of a category that is checked on the list to the left.\n"