diff options
| author | Peter Penz <[email protected]> | 2007-07-13 18:14:41 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-07-13 18:14:41 +0000 |
| commit | 09860f7cf4bdc6df66393d617184efec773ed1cf (patch) | |
| tree | 89d30ebe9ce54c9c49e424dbcce429120b094304 /src/dolphinui.rc | |
| parent | ce3f4e5d74ce4eeb70d2c61b9a21ca43c0e9228b (diff) | |
instead of "Sort" -> "By Name", "By Date", "By Size", ...
use "Sort By" -> "Name", Date", "Size", ...
svn path=/trunk/KDE/kdebase/apps/; revision=687480
Diffstat (limited to 'src/dolphinui.rc')
| -rw-r--r-- | src/dolphinui.rc | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/dolphinui.rc b/src/dolphinui.rc index 8b51f1184..c00699980 100644 --- a/src/dolphinui.rc +++ b/src/dolphinui.rc @@ -23,16 +23,16 @@ <Action name="columns" /> </Menu> <Menu name="sort"> - <text context="@title:menu">Sort</text> - <Action name="by_name" /> - <Action name="by_size" /> - <Action name="by_date" /> - <Action name="by_permissions" /> - <Action name="by_owner" /> - <Action name="by_group" /> - <Action name="by_type" /> - <Action name="by_rating" /> - <Action name="by_tags" /> + <text context="@title:menu">Sort By</text> + <Action name="sort_by_name" /> + <Action name="sort_by_size" /> + <Action name="sort_by_date" /> + <Action name="sort_by_permissions" /> + <Action name="sort_by_owner" /> + <Action name="sort_by_group" /> + <Action name="sort_by_type" /> + <Action name="sort_by_rating" /> + <Action name="sort_by_tags" /> <Separator/> <Action name="descending" /> </Menu> |
