]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/viewpropertiesdialog.cpp
SVN_SILENT: updated version number
[dolphin.git] / src / viewpropertiesdialog.cpp
index c5d0ec5101ee4cb84755814e337ed8881f8d9872..dbef7d1f4b2d660d0fa08264e75410b37228e126 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);