diff options
| author | Peter Penz <[email protected]> | 2007-06-30 19:20:49 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-06-30 19:20:49 +0000 |
| commit | 553c85e336b9ebad47295306b37d4625d7db218b (patch) | |
| tree | 8a47ab97f9ad7df79e8b7287d5f615ce324b84f9 /src/iconsviewsettingspage.cpp | |
| parent | dd6b5336022f5ae29a9e42781b91603274d00bd9 (diff) | |
KUIT adaptions for groups, checkboxes and radiobuttons
svn path=/trunk/KDE/kdebase/apps/; revision=681910
Diffstat (limited to 'src/iconsviewsettingspage.cpp')
| -rw-r--r-- | src/iconsviewsettingspage.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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); |
