diff options
author | Dart Raiden <wowemuh@gmail.com> | 2014-01-02 21:21:38 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2014-01-02 21:21:38 +0000 |
commit | a35c9fb76986fe34f59d3b7305059663f4c79cc1 (patch) | |
tree | 88a492b02cbfacae5637f204421b81d5d44f3e58 | |
parent | 96dfad03c5e61003c9987b6c342cc248f3625a94 (diff) |
TabSRMM: unneeded capitalization in the middle
git-svn-id: http://svn.miranda-ng.org/main/trunk@7469 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/TabSRMM/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/res/resource.rc b/plugins/TabSRMM/res/resource.rc index 081fdc169a..2403f3ffd4 100644 --- a/plugins/TabSRMM/res/resource.rc +++ b/plugins/TabSRMM/res/resource.rc @@ -908,7 +908,7 @@ BEGIN POPUP "Tool Bar"
BEGIN
MENUITEM "Show Tool Bar", ID_VIEW_SHOWTOOLBAR
- MENUITEM "Place ToolBar at bottom", ID_VIEW_BOTTOMTOOLBAR
+ MENUITEM "Place toolbar at bottom", ID_VIEW_BOTTOMTOOLBAR
END
MENUITEM "Title Bar", ID_VIEW_SHOWTITLEBAR
MENUITEM "Tabs at the bottom", ID_VIEW_TABSATBOTTOM
|