mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
Be more clear that selecting the checkbox means, that the shown view properties should be used as default (that only "new folders" are affected, is incorrect).
BUG: 213354 svn path=/trunk/KDE/kdebase/apps/; revision=1085564
This commit is contained in:
parent
a3ae439be6
commit
5fff84e068
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ ViewPropertiesDialog::ViewPropertiesDialog(DolphinView* dolphinView) :
|
|||
applyBoxLayout->addWidget(m_applyToSubFolders);
|
||||
applyBoxLayout->addWidget(m_applyToAllFolders);
|
||||
|
||||
m_useAsDefault = new QCheckBox(i18nc("@option:check", "Use as default for new folders"), main);
|
||||
m_useAsDefault = new QCheckBox(i18nc("@option:check", "Use these view properties as default"), main);
|
||||
|
||||
topLayout->addWidget(applyBox);
|
||||
topLayout->addWidget(m_useAsDefault);
|
||||
|
|
Loading…
Reference in a new issue