┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/viewpropertiesdialog.cpp
diff options
context:
space:
mode:
authorStephan Binner <[email protected]>2007-04-04 21:11:21 +0000
committerStephan Binner <[email protected]>2007-04-04 21:11:21 +0000
commitc209c33cdd3624ca3cf6e9daadad3d7938c8f37b (patch)
treeae152997d3923fa1de2321e330d3d86362a63cc0 /src/viewpropertiesdialog.cpp
parent9ded114ceb0b021aed051f99cc7dd2ba28490782 (diff)
i18n style guide fixes
svn path=/trunk/KDE/kdebase/apps/; revision=650575
Diffstat (limited to 'src/viewpropertiesdialog.cpp')
-rw-r--r--src/viewpropertiesdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/viewpropertiesdialog.cpp b/src/viewpropertiesdialog.cpp
index a65c6c2d9..faaffc6cc 100644
--- a/src/viewpropertiesdialog.cpp
+++ b/src/viewpropertiesdialog.cpp
@@ -156,8 +156,8 @@ ViewPropertiesDialog::ViewPropertiesDialog(DolphinView* dolphinView) :
// Only show the following settings if the view properties are remembered
// for each directory:
if (!useGlobalViewProps) {
- // create 'Apply view properties to:' group
- QGroupBox* applyBox = new QGroupBox(i18n("Apply view properties to:"), main);
+ // create 'Apply View Properties To' group
+ QGroupBox* applyBox = new QGroupBox(i18n("Apply View Properties To"), main);
m_applyToCurrentFolder = new QRadioButton(i18n("Current folder"), applyBox);
m_applyToCurrentFolder->setChecked(true);