diff options
Diffstat (limited to 'src/dolphin_directoryviewpropertysettings.kcfg')
| -rw-r--r-- | src/dolphin_directoryviewpropertysettings.kcfg | 12 |
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> |
