diff options
| author | Stephan Binner <[email protected]> | 2008-01-05 07:09:28 +0000 |
|---|---|---|
| committer | Stephan Binner <[email protected]> | 2008-01-05 07:09:28 +0000 |
| commit | 92cb2631b455bb844b98bac69ab0e42383bd076f (patch) | |
| tree | 0d71b8453c05daedbfe6df445c9525113cf8de4d | |
| parent | c62e317ba548cd9639362253c300e42f1f9ebead (diff) | |
i18n style guide fixes
svn path=/trunk/KDE/kdebase/apps/; revision=757515
| -rw-r--r-- | src/viewpropertiesdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/viewpropertiesdialog.cpp b/src/viewpropertiesdialog.cpp index faf17d48b..77072febf 100644 --- a/src/viewpropertiesdialog.cpp +++ b/src/viewpropertiesdialog.cpp @@ -127,7 +127,7 @@ ViewPropertiesDialog::ViewPropertiesDialog(DolphinView* dolphinView) : sortingBox->setLayout(sortingLayout); m_showPreview = new QCheckBox(i18nc("@option:check", "Show preview"), propsBox); - m_showInGroups = new QCheckBox(i18nc("@option:check", "Show in Groups"), propsBox); + m_showInGroups = new QCheckBox(i18nc("@option:check", "Show in groups"), propsBox); m_showHiddenFiles = new QCheckBox(i18nc("@option:check", "Show hidden files"), propsBox); m_additionalInfo = new QPushButton(i18nc("@action:button", "Additional Information"), propsBox); |
