diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-11-28 16:07:38 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-11-28 16:07:38 +0000 |
commit | c09dd3b2ad6d4651fcb10a8281b8f2b9ea349785 (patch) | |
tree | e1ca5aa46597ecb8090b420794082bad4e7a64a2 /src/core/stdclist | |
parent | 5b5b59e66c39a29860482f7451b10faaaf1f6eb9 (diff) |
Core: some decapitalization
langpacks/russian: update
git-svn-id: http://svn.miranda-ng.org/main/trunk@7003 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/stdclist')
-rw-r--r-- | src/core/stdclist/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/stdclist/res/resource.rc b/src/core/stdclist/res/resource.rc index 7fbd537154..4779a4954b 100644 --- a/src/core/stdclist/res/resource.rc +++ b/src/core/stdclist/res/resource.rc @@ -31,7 +31,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US IDD_DELETECONTACT DIALOGEX 0, 0, 284, 90
STYLE DS_SETFONT | DS_MODALFRAME | DS_SETFOREGROUND | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_CONTROLPARENT
-CAPTION "Delete Contact"
+CAPTION "Delete contact"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
DEFPUSHBUTTON "No",IDNO,162,38,65,14
|