From 056cddfe3c19254f6256c36bf426bd33c6aa962c Mon Sep 17 00:00:00 2001 From: Claudiu Costin Date: Sun, 22 Jun 2003 20:19:30 +0000 Subject: [PATCH] i18n context for Kwin default client. At least Romanian will benefit from this. svn path=/trunk/kdebase/kwin/; revision=233039 --- clients/default/config/config.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clients/default/config/config.cpp b/clients/default/config/config.cpp index f2b2d384ce..40fd54dd12 100644 --- a/clients/default/config/config.cpp +++ b/clients/default/config/config.cpp @@ -65,10 +65,10 @@ KDEDefaultConfig::KDEDefaultConfig( KConfig* conf, QWidget* parent ) hbox = new QHBox(gbSlider); hbox->setSpacing(6); - label1 = new QLabel( i18n("Normal"), hbox ); - label2 = new QLabel( i18n("Large"), hbox ); + label1 = new QLabel( i18n("titlebar height","Normal"), hbox ); + label2 = new QLabel( i18n("titlebar height","Large"), hbox ); label2->setAlignment( AlignHCenter ); - label3 = new QLabel( i18n("Huge"), hbox ); + label3 = new QLabel( i18n("titlebar height","Huge"), hbox ); label3->setAlignment( AlignRight ); // Load configuration options