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:
Peter Penz 2010-02-05 13:30:08 +00:00
parent a3ae439be6
commit 5fff84e068

View file

@ -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);