mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
i18n style guide fixes
svn path=/trunk/KDE/kdebase/apps/; revision=757515
This commit is contained in:
parent
c62e317ba5
commit
92cb2631b4
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ ViewPropertiesDialog::ViewPropertiesDialog(DolphinView* dolphinView) :
|
||||||
sortingBox->setLayout(sortingLayout);
|
sortingBox->setLayout(sortingLayout);
|
||||||
|
|
||||||
m_showPreview = new QCheckBox(i18nc("@option:check", "Show preview"), propsBox);
|
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_showHiddenFiles = new QCheckBox(i18nc("@option:check", "Show hidden files"), propsBox);
|
||||||
|
|
||||||
m_additionalInfo = new QPushButton(i18nc("@action:button", "Additional Information"), propsBox);
|
m_additionalInfo = new QPushButton(i18nc("@action:button", "Additional Information"), propsBox);
|
||||||
|
|
Loading…
Reference in a new issue