From 553c85e336b9ebad47295306b37d4625d7db218b Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 30 Jun 2007 19:20:49 +0000 Subject: KUIT adaptions for groups, checkboxes and radiobuttons svn path=/trunk/KDE/kdebase/apps/; revision=681910 --- src/iconsviewsettingspage.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/iconsviewsettingspage.cpp') diff --git a/src/iconsviewsettingspage.cpp b/src/iconsviewsettingspage.cpp index c4d07f53b..f2f55222c 100644 --- a/src/iconsviewsettingspage.cpp +++ b/src/iconsviewsettingspage.cpp @@ -65,7 +65,7 @@ IconsViewSettingsPage::IconsViewSettingsPage(DolphinMainWindow* mainWindow, // create 'Text' group for selecting the font, the number of lines // and the text width - QGroupBox* textGroup = new QGroupBox(i18n("Text"), this); + QGroupBox* textGroup = new QGroupBox(i18nc("@title:group", "Text"), this); textGroup->setSizePolicy(sizePolicy); QLabel* fontLabel = new QLabel(i18n("Font:"), textGroup); @@ -89,7 +89,7 @@ IconsViewSettingsPage::IconsViewSettingsPage(DolphinMainWindow* mainWindow, textGroupLayout->addWidget(m_textWidthBox, 2, 1); // create the 'Grid' group for selecting the arrangement and the grid spacing - QGroupBox* gridGroup = new QGroupBox(i18n("Grid"), this); + QGroupBox* gridGroup = new QGroupBox(i18nc("@title:group", "Grid"), this); gridGroup->setSizePolicy(sizePolicy); QLabel* arrangementLabel = new QLabel(i18n("Arrangement:"), gridGroup); -- cgit v1.3