diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-11-01 10:42:31 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-11-01 10:42:31 +0000 |
commit | 38630e4d08971cec44f3025c19bcf80403907a88 (patch) | |
tree | 10f4e5a360684b2fca6443529e3705b402c7fc4b /protocols/VKontakte/res | |
parent | 43e8aab45e6f468c95fa427d896fe33d6f83c60b (diff) |
more correct version of previous commit
git-svn-id: http://svn.miranda-ng.org/main/trunk@6734 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/VKontakte/res')
-rw-r--r-- | protocols/VKontakte/res/resource.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/VKontakte/res/resource.rc b/protocols/VKontakte/res/resource.rc index 915388c20d..137d541f7c 100644 --- a/protocols/VKontakte/res/resource.rc +++ b/protocols/VKontakte/res/resource.rc @@ -28,7 +28,7 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- LTEXT "Login or phone number:",IDC_STATIC,0,0,95,12
+ LTEXT "E-mail or phone number:",IDC_STATIC,0,0,95,12
EDITTEXT IDC_LOGIN,96,0,89,12,ES_AUTOHSCROLL
LTEXT "Password:",IDC_STATIC,0,16,94,12
EDITTEXT IDC_PASSWORD,95,16,90,12,ES_PASSWORD | ES_AUTOHSCROLL
@@ -40,7 +40,7 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- LTEXT "Email or phone number:",IDC_STATIC,0,0,95,12
+ LTEXT "E-mail or phone number:",IDC_STATIC,0,0,95,12
EDITTEXT IDC_LOGIN,96,0,89,12,ES_AUTOHSCROLL
LTEXT "Password:",IDC_STATIC,0,16,94,12
EDITTEXT IDC_PASSWORD,95,16,90,12,ES_PASSWORD | ES_AUTOHSCROLL
|