summaryrefslogtreecommitdiff
path: root/protocols/Steam/res
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2014-04-09 23:28:53 +0000
committerDart Raiden <wowemuh@gmail.com>2014-04-09 23:28:53 +0000
commit0f94f9c1425c49fd7a974a4a96dea1e1b83e5f0a (patch)
tree0e00b6a16ae1d5c019ceb3d5bfcce368b96fd6a9 /protocols/Steam/res
parentf2840507e11f4220e606b99bb2e895acd5cb6811 (diff)
Steam: spelling correction
git-svn-id: http://svn.miranda-ng.org/main/trunk@8905 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Steam/res')
-rw-r--r--protocols/Steam/res/Resource.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Steam/res/Resource.rc b/protocols/Steam/res/Resource.rc
index 8a57ceff64..120aca1ae7 100644
--- a/protocols/Steam/res/Resource.rc
+++ b/protocols/Steam/res/Resource.rc
@@ -118,13 +118,13 @@ END
IDD_GUARD DIALOGEX 0, 0, 193, 93
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION "Steam guard"
+CAPTION "Steam Guard"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
EDITTEXT IDC_TEXT,7,51,179,14,ES_AUTOHSCROLL
DEFPUSHBUTTON "OK",IDOK,75,72,50,14
PUSHBUTTON "Cancel",IDCANCEL,136,72,50,14
- LTEXT "As an added accout security measure, you'll need to grant access by entering the special code we've just sent to your email address.",IDC_STATIC,7,7,179,26
+ LTEXT "As an added account security measure, you'll need to grant access by entering the special code we've just sent to your email address.",IDC_STATIC,7,7,179,26
CONTROL "Go to email domain",IDC_GETDOMAIN,"Hyperlink",WS_GROUP | WS_TABSTOP,7,36,179,8
END