┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2010-02-05 13:30:08 +0000
committerPeter Penz <[email protected]>2010-02-05 13:30:08 +0000
commit5fff84e068918586626ce088af64edf74e39fafc (patch)
treed6cf910374863ee92c25b8ed1fbce639eaa89011
parenta3ae439be69a44a401de3e9288b020d41ff7e3e1 (diff)
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
-rw-r--r--src/settings/viewpropertiesdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings/viewpropertiesdialog.cpp b/src/settings/viewpropertiesdialog.cpp
index 2490b5696..39d9cc786 100644
--- a/src/settings/viewpropertiesdialog.cpp
+++ b/src/settings/viewpropertiesdialog.cpp
@@ -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);