diff options
Diffstat (limited to 'src/core/stdauth/resource.rc')
-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
|