]> cloud.milkyroute.net Git - dolphin.git/commitdiff
i18n style guide fixes
authorStephan Binner <binner@kde.org>
Sat, 5 Jan 2008 07:09:28 +0000 (07:09 +0000)
committerStephan Binner <binner@kde.org>
Sat, 5 Jan 2008 07:09:28 +0000 (07:09 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=757515

src/viewpropertiesdialog.cpp

index faf17d48b1e3551f58ce87776f7712f82534f652..77072febf3a51dc80e219584110853f71374ff41 100644 (file)
@@ -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);