diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-10-20 19:42:57 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-10-20 19:42:57 +0000 |
commit | 7b8d31318e77bd2b091015cebe0228f93f942ee8 (patch) | |
tree | ec90fd52ece04e026bdf30380bd959935237b401 /src/core/stdauth | |
parent | 05d7641afd10c5af6cb8b5bef34a5e86a001c2d2 (diff) |
some more spelling corrections
git-svn-id: http://svn.miranda-ng.org/main/trunk@6563 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/stdauth')
-rw-r--r-- | src/core/stdauth/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/stdauth/resource.rc b/src/core/stdauth/resource.rc index 4d8b98858c..8c2c14e5b2 100644 --- a/src/core/stdauth/resource.rc +++ b/src/core/stdauth/resource.rc @@ -28,7 +28,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US IDD_AUTHREQ DIALOGEX 0, 0, 271, 197
STYLE DS_SETFONT | DS_MODALFRAME | DS_SETFOREGROUND | DS_3DLOOK | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION
EXSTYLE WS_EX_CONTROLPARENT
-CAPTION "Authorization Request"
+CAPTION "Authorization request"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
CONTROL "",IDC_HEADERBAR,"MHeaderbarCtrl",0x0,0,0,271,25
|