┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphin_directoryviewpropertysettings.kcfg
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-07-13 18:39:57 +0000
committerPeter Penz <[email protected]>2007-07-13 18:39:57 +0000
commit6b49f86c54902cc1ca95e2a70c75467828e2a606 (patch)
tree5f45c63e0076ef6907bffdefdc5abde2baf28baf /src/dolphin_directoryviewpropertysettings.kcfg
parentd5b2e29be30c7cd603f965e273a9a754166b4fec (diff)
improved i18ncheckarg scripts means new KUIT issues -> fixed now...
svn path=/trunk/KDE/kdebase/apps/; revision=687491
Diffstat (limited to 'src/dolphin_directoryviewpropertysettings.kcfg')
-rw-r--r--src/dolphin_directoryviewpropertysettings.kcfg12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/dolphin_directoryviewpropertysettings.kcfg b/src/dolphin_directoryviewpropertysettings.kcfg
index 14173df38..084a49803 100644
--- a/src/dolphin_directoryviewpropertysettings.kcfg
+++ b/src/dolphin_directoryviewpropertysettings.kcfg
@@ -9,7 +9,7 @@
<group name="Settings">
<entry name="ShowHiddenFiles" key="ShowDotFiles" type="Bool" >
<label context="@label">Show hidden files</label>
- <whatsthis context="@info">When this option is enabled hidden files, such as those starting with a '.', will be shown in the file view.</whatsthis>
+ <whatsthis context="@info:whatsthis">When this option is enabled hidden files, such as those starting with a '.', will be shown in the file view.</whatsthis>
<default>false</default>
</entry>
</group>
@@ -17,7 +17,7 @@
<group name="Dolphin">
<entry name="ViewMode" type="Int" >
<label context="@label">View Mode</label>
- <whatsthis context="@info">This option controls the style of the view. Currently supported values include icons (0), details (1) and column (2) views.</whatsthis>
+ <whatsthis context="@info:whatsthis">This option controls the style of the view. Currently supported values include icons (0), details (1) and column (2) views.</whatsthis>
<default>DolphinView::IconsView</default>
<min>0</min>
<max code="true">DolphinView::MaxModeEnum</max>
@@ -25,19 +25,19 @@
<entry name="ShowPreview" type="Bool" >
<label context="@label">Show preview</label>
- <whatsthis context="@info">When this option is enabled, a preview of the file content is shown as icon.</whatsthis>
+ <whatsthis context="@info:whatsthis">When this option is enabled, a preview of the file content is shown as icon.</whatsthis>
<default>false</default>
</entry>
<entry name="CategorizedSorting" type="Bool" >
<label context="@label">Categorized Sorting</label>
- <whatsthis context="@info">When this option is enabled, the sorted items get summarized by their category.</whatsthis>
+ <whatsthis context="@info:whatsthis">When this option is enabled, the sorted items get summarized by their category.</whatsthis>
<default>false</default>
</entry>
<entry name="Sorting" type="Int" >
<label context="@label">Sort files by</label>
- <whatsthis context="@info">This option defines which attribute (name, size, date, etc) sorting is performed on.</whatsthis>
+ <whatsthis context="@info:whatsthis">This option defines which attribute (name, size, date, etc) sorting is performed on.</whatsthis>
<default code="true">DolphinView::SortByName</default>
<min>0</min>
<max code="true">DolphinView::MaxSortEnum</max>
@@ -57,7 +57,7 @@
<entry name="Timestamp" type="DateTime" >
<label context="@label">Properties last changed</label>
- <whatsthis context="@info">The last time these properties were changed by the user.</whatsthis>
+ <whatsthis context="@info:whatsthis">The last time these properties were changed by the user.</whatsthis>
</entry>
</group>
</kcfg>