diff options
| author | Stephan Binner <[email protected]> | 2008-01-04 15:26:42 +0000 |
|---|---|---|
| committer | Stephan Binner <[email protected]> | 2008-01-04 15:26:42 +0000 |
| commit | a888b8fb94cc0b60de72540603743326cdc33d3d (patch) | |
| tree | d943573c3806ca4502f32d8139d58d936453d72a /src | |
| parent | 7bdfc2600908b72fbf790e6b96f8ca6de997931a (diff) | |
i18n style guide fixes
svn path=/trunk/KDE/kdebase/apps/; revision=757261
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphinpart.rc | 2 | ||||
| -rw-r--r-- | src/dolphinui.rc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphinpart.rc b/src/dolphinpart.rc index 35bde506e..2e3f63e5c 100644 --- a/src/dolphinpart.rc +++ b/src/dolphinpart.rc @@ -13,7 +13,7 @@ </Menu> <Menu name="view"> <Menu name="sort"> - <text context="@title:menu">Sort by</text> + <text context="@title:menu">Sort By</text> <Action name="sort_by_name" /> <Action name="sort_by_size" /> <Action name="sort_by_date" /> diff --git a/src/dolphinui.rc b/src/dolphinui.rc index 1763aefda..8aaddcd26 100644 --- a/src/dolphinui.rc +++ b/src/dolphinui.rc @@ -23,7 +23,7 @@ <Action name="columns" /> </Menu> <Menu name="sort"> - <text context="@title:menu">Sort by</text> + <text context="@title:menu">Sort By</text> <Action name="sort_by_name" /> <Action name="sort_by_size" /> <Action name="sort_by_date" /> |
