diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-11-28 23:10:51 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-11-28 23:10:51 +0000 |
commit | a54ca7c55f350e345140da9c8d526e511653b2fb (patch) | |
tree | 2647adc9e33448f4e0a11c0b7f63a2b8c0a93a59 /src/core/stdmsg/res | |
parent | 22e77c2e8b503124498d414bc217fa4e66c1432e (diff) |
another portion of decapitalization in the core
langpacks/russian: update
git-svn-id: http://svn.miranda-ng.org/main/trunk@7008 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/stdmsg/res')
-rw-r--r-- | src/core/stdmsg/res/resource.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/stdmsg/res/resource.rc b/src/core/stdmsg/res/resource.rc index a411433288..feeda3b87e 100644 --- a/src/core/stdmsg/res/resource.rc +++ b/src/core/stdmsg/res/resource.rc @@ -315,12 +315,12 @@ IDR_CONTEXT MENU BEGIN
POPUP "Log"
BEGIN
- MENUITEM "C&lear Log", IDM_CLEAR
+ MENUITEM "C&lear log", IDM_CLEAR
MENUITEM SEPARATOR
MENUITEM "&Copy", IDM_COPY
- MENUITEM "Co&py All", IDM_COPYALL
+ MENUITEM "Co&py all", IDM_COPYALL
MENUITEM SEPARATOR
- MENUITEM "Select &All", IDM_SELECTALL
+ MENUITEM "Select &all", IDM_SELECTALL
END
POPUP "LogLink"
BEGIN
@@ -338,7 +338,7 @@ BEGIN MENUITEM "Paste && Send", IDM_PASTESEND
MENUITEM "Delete", IDM_DELETE
MENUITEM SEPARATOR
- MENUITEM "Select &All", IDM_SELECTALL
+ MENUITEM "Select &all", IDM_SELECTALL
MENUITEM SEPARATOR
MENUITEM "Clear", IDM_CLEAR
END
|