diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-10-13 00:13:27 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-10-13 00:13:27 +0000 |
commit | c74c76d784cb9c383c7a063deb98be285afc5dd3 (patch) | |
tree | 0431771ce305ef00b23d4a881b203304d68db082 /protocols/Xfire/res/resource.rc | |
parent | 383ba745d0696acb632c1ac0e84890f07d766bfb (diff) |
typos
git-svn-id: http://svn.miranda-ng.org/main/trunk@6469 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Xfire/res/resource.rc')
-rw-r--r-- | protocols/Xfire/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Xfire/res/resource.rc b/protocols/Xfire/res/resource.rc index bbff829ab7..22a12d16a9 100644 --- a/protocols/Xfire/res/resource.rc +++ b/protocols/Xfire/res/resource.rc @@ -79,7 +79,7 @@ BEGIN EDITTEXT IDC_LOGIN,66,12,100,13,ES_AUTOHSCROLL | NOT WS_BORDER,WS_EX_CLIENTEDGE
EDITTEXT IDC_PASSWORD,66,31,100,13,ES_PASSWORD | ES_AUTOHSCROLL | NOT WS_BORDER,WS_EX_CLIENTEDGE
RTEXT "Password:",IDC_STATIC,8,33,56,9
- RTEXT "Loginname:",IDC_STATIC,8,14,56,9
+ RTEXT "Login name:",IDC_STATIC,8,14,56,9
GROUPBOX "XFire",IDC_GROUPMAIN,2,1,300,46,WS_GROUP
RTEXT "Nick:",IDC_STC1,8,88,58,9
EDITTEXT IDC_NICK,68,86,100,13,ES_AUTOHSCROLL | NOT WS_BORDER,WS_EX_CLIENTEDGE
|