┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphin_generalsettings.kcfg
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-07-12 06:10:54 +0000
committerPeter Penz <[email protected]>2007-07-12 06:10:54 +0000
commit7eef5ebec2ceaebb4088629093ecd3f0c2635816 (patch)
tree836324390b42174a0cd402b3eda8400f102105c6 /src/dolphin_generalsettings.kcfg
parent9c9374c7da1a514b721793759a2f8047a35083c5 (diff)
KUIT adaptions (applied i18ncheckarg - everything should be OK now)
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=686787
Diffstat (limited to 'src/dolphin_generalsettings.kcfg')
-rw-r--r--src/dolphin_generalsettings.kcfg14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/dolphin_generalsettings.kcfg b/src/dolphin_generalsettings.kcfg
index ba457fb16..33243026a 100644
--- a/src/dolphin_generalsettings.kcfg
+++ b/src/dolphin_generalsettings.kcfg
@@ -4,31 +4,31 @@
<kcfgfile name="dolphinrc"/>
<group name="General">
<entry name="EditableUrl" type="Bool">
- <label>Should the URL be editable for the user</label>
+ <label context="@label">Should the URL be editable for the user</label>
<default>false</default>
</entry>
<entry name="FirstRun" type="Bool">
- <label>Is the application started the first time</label>
+ <label context="@label">Is the application started the first time</label>
<default>true</default>
</entry>
<entry name="HomeUrl" type="String">
- <label>Home URL</label>
+ <label context="@label">Home URL</label>
<default>~</default>
</entry>
<entry name="SplitView" type="Bool">
- <label>Split the view into two panes</label>
+ <label context="@label">Split the view into two panes</label>
<default>false</default>
</entry>
<entry name="FilterBar" type="Bool">
- <label>Should the filter bar be shown</label>
+ <label context="@label">Should the filter bar be shown</label>
<default>false</default>
</entry>
<entry name="GlobalViewProps" type="Bool">
- <label>Should the view properties used for all directories</label>
+ <label context="@label">Should the view properties used for all directories</label>
<default>false</default>
</entry>
<entry name="ViewPropsTimestamp" type="DateTime" >
- <label>Timestamp since when the view properties are valid</label>
+ <label context="@label">Timestamp since when the view properties are valid</label>
</entry>
</group>
</kcfg> \ No newline at end of file