diff options
author | dartraiden <wowemuh@gmail.com> | 2018-01-02 17:40:53 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2018-01-02 17:41:15 +0300 |
commit | da5002a682c45319138c7d215550d114dc67dc2b (patch) | |
tree | 77fa256c9318cd6a278d33b25942da23ca6afdcd | |
parent | d418fe294055f1d705e645056cc6f26359e9b0ce (diff) |
Steam: better caption
-rw-r--r-- | protocols/Steam/res/Resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Steam/res/Resource.rc b/protocols/Steam/res/Resource.rc index fe899696d1..e5d99ce616 100644 --- a/protocols/Steam/res/Resource.rc +++ b/protocols/Steam/res/Resource.rc @@ -164,7 +164,7 @@ END IDD_TWOFACTOR DIALOGEX 0, 0, 193, 83
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_TOPMOST
-CAPTION "Sms code"
+CAPTION "Security code"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
EDITTEXT IDC_TEXT,7,41,179,14,ES_AUTOHSCROLL
|