diff options
| author | Malcolm Hunter <[email protected]> | 2008-04-01 23:32:40 +0000 |
|---|---|---|
| committer | Malcolm Hunter <[email protected]> | 2008-04-01 23:32:40 +0000 |
| commit | 762418b05a7dea8f7d37813c23ae2a0ef68bd101 (patch) | |
| tree | a00d50139dd049224544e8ea2172a9e67685da28 /src/dolphin_directoryviewpropertysettings.kcfg | |
| parent | afb9e2d1323f269bd410265c08212643c612a3b3 (diff) | |
Typo fixes
svn path=/trunk/KDE/kdebase/apps/; revision=792746
Diffstat (limited to 'src/dolphin_directoryviewpropertysettings.kcfg')
| -rw-r--r-- | src/dolphin_directoryviewpropertysettings.kcfg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/dolphin_directoryviewpropertysettings.kcfg b/src/dolphin_directoryviewpropertysettings.kcfg index 2bc870a86..ead1325de 100644 --- a/src/dolphin_directoryviewpropertysettings.kcfg +++ b/src/dolphin_directoryviewpropertysettings.kcfg @@ -25,26 +25,26 @@ <entry name="ShowPreview" type="Bool" > <label context="@label">Show preview</label> - <whatsthis context="@info:whatsthis">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 an icon.</whatsthis> <default>false</default> </entry> <entry name="CategorizedSorting" type="Bool" > <label context="@label">Categorized Sorting</label> - <whatsthis context="@info:whatsthis">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 are summarized by their category.</whatsthis> <default>false</default> </entry> <entry name="Sorting" type="Int" > <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> + <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> </entry> <entry name="SortOrder" type="Int" > - <label context="@label">Order to sort files in</label> + <label context="@label">Order in which to sort files</label> <default code="true">Qt::AscendingOrder</default> <min code="true">Qt::AscendingOrder</min> <max code="true">Qt::DescendingOrder</max> |
