From 3f7135a96f97044979228d48d73eecb7bcb3393b Mon Sep 17 00:00:00 2001 From: Thomas McGuire Date: Sun, 23 Aug 2009 18:46:09 +0000 Subject: [PATCH] Make strings nicer svn path=/trunk/KDE/kdepim/; revision=1014774 --- configuredialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuredialog.cpp b/configuredialog.cpp index 1489eafbc..e97b25ed6 100644 --- a/configuredialog.cpp +++ b/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;