Make strings nicer

svn path=/trunk/KDE/kdepim/; revision=1014774
wilder-work
Thomas McGuire 17 years ago
parent c995aa0d77
commit 3f7135a96f
  1. 4
      configuredialog.cpp

@ -1588,7 +1588,7 @@ AppearancePageHeadersTab::AppearancePageHeadersTab( QWidget * parent )
using KMail::MessageListView::Core::AggregationComboBox;
mAggregationComboBox = new AggregationComboBox( group );
QLabel* aggregationLabel = new QLabel( i18n( "Aggregation" ), group );
QLabel* aggregationLabel = new QLabel( i18n( "Default Aggregation:" ), group );
aggregationLabel->setBuddy( mAggregationComboBox );
using KMail::MessageListView::Core::AggregationConfigButton;
@ -1609,7 +1609,7 @@ AppearancePageHeadersTab::AppearancePageHeadersTab( QWidget * parent )
using KMail::MessageListView::Core::ThemeComboBox;
mThemeComboBox = new ThemeComboBox( group );
QLabel *themeLabel = new QLabel( i18n( "Theme" ), group );
QLabel *themeLabel = new QLabel( i18n( "Default Theme:" ), group );
themeLabel->setBuddy( mThemeComboBox );
using KMail::MessageListView::Core::ThemeConfigButton;

Loading…
Cancel
Save