diff options
| -rw-r--r-- | src/settings/dolphin_directoryviewpropertysettings.kcfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/settings/dolphin_directoryviewpropertysettings.kcfg b/src/settings/dolphin_directoryviewpropertysettings.kcfg index fced36b52..9584fc8b3 100644 --- a/src/settings/dolphin_directoryviewpropertysettings.kcfg +++ b/src/settings/dolphin_directoryviewpropertysettings.kcfg @@ -41,8 +41,8 @@ <entry name="SortRole" type="String" > <label context="@label">Sort files by</label> - <whatsthis context="@info:whatsthis">This option defines which attribute (name, size, date, etc.) sorting is performed on.</whatsthis> - <default code="true">"name"</default> + <whatsthis context="@info:whatsthis">This option defines which attribute (text, size, date, etc.) sorting is performed on.</whatsthis> + <default>text</default> </entry> <entry name="SortOrder" type="Int" > |
