diff options
| author | Peter Penz <[email protected]> | 2007-07-12 06:10:54 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-07-12 06:10:54 +0000 |
| commit | 7eef5ebec2ceaebb4088629093ecd3f0c2635816 (patch) | |
| tree | 836324390b42174a0cd402b3eda8400f102105c6 /src/iconsviewsettingspage.cpp | |
| parent | 9c9374c7da1a514b721793759a2f8047a35083c5 (diff) | |
KUIT adaptions (applied i18ncheckarg - everything should be OK now)
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=686787
Diffstat (limited to 'src/iconsviewsettingspage.cpp')
| -rw-r--r-- | src/iconsviewsettingspage.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/iconsviewsettingspage.cpp b/src/iconsviewsettingspage.cpp index 85c005412..615478627 100644 --- a/src/iconsviewsettingspage.cpp +++ b/src/iconsviewsettingspage.cpp @@ -76,9 +76,9 @@ IconsViewSettingsPage::IconsViewSettingsPage(DolphinMainWindow* mainWindow, QLabel* textWidthLabel = new QLabel(i18nc("@label:listbox", "Text width:"), textGroup); m_textWidthBox = new QComboBox(textGroup); - m_textWidthBox->addItem(i18nc("Text width", "Small")); - m_textWidthBox->addItem(i18nc("Text width", "Medium")); - m_textWidthBox->addItem(i18nc("Text width", "Large")); + m_textWidthBox->addItem(i18nc("@item:inlistbox Text width", "Small")); + m_textWidthBox->addItem(i18nc("@item:inlistbox Text width", "Medium")); + m_textWidthBox->addItem(i18nc("@item:inlistbox Text width", "Large")); QGridLayout* textGroupLayout = new QGridLayout(textGroup); textGroupLayout->addWidget(fontLabel, 0, 0); |
