diff options
| author | Stephan Binner <[email protected]> | 2007-04-04 21:11:21 +0000 |
|---|---|---|
| committer | Stephan Binner <[email protected]> | 2007-04-04 21:11:21 +0000 |
| commit | c209c33cdd3624ca3cf6e9daadad3d7938c8f37b (patch) | |
| tree | ae152997d3923fa1de2321e330d3d86362a63cc0 /src/iconsviewsettingspage.cpp | |
| parent | 9ded114ceb0b021aed051f99cc7dd2ba28490782 (diff) | |
i18n style guide fixes
svn path=/trunk/KDE/kdebase/apps/; revision=650575
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 54155da50..3492b3a65 100644 --- a/src/iconsviewsettingspage.cpp +++ b/src/iconsviewsettingspage.cpp @@ -64,7 +64,7 @@ IconsViewSettingsPage::IconsViewSettingsPage(DolphinMainWindow* mainWindow, m_iconSize = settings->iconSize(); m_previewSize = settings->previewSize(); - m_iconSizeButton = new QPushButton(i18n("Change icon and preview size..."), this); + m_iconSizeButton = new QPushButton(i18n("Change Icon && Preview Size..."), this); connect(m_iconSizeButton, SIGNAL(clicked()), this, SLOT(openIconSizeDialog())); @@ -120,8 +120,8 @@ IconsViewSettingsPage::IconsViewSettingsPage(DolphinMainWindow* mainWindow, QLabel* arrangementLabel = new QLabel(i18n("Arrangement:"), gridGroup); m_arrangementBox = new QComboBox(gridGroup); - m_arrangementBox->addItem(i18n("Left to right")); - m_arrangementBox->addItem(i18n("Top to bottom")); + m_arrangementBox->addItem(i18n("Left to Right")); + m_arrangementBox->addItem(i18n("Top to Bottom")); m_arrangementBox->setCurrentIndex(leftToRightArrangement ? 0 : 1); QLabel* gridSpacingLabel = new QLabel(i18n("Grid spacing:"), gridGroup); |
