diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-12-30 13:10:45 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-12-30 13:10:45 +0000 |
commit | b3ab8a9c737cbd5753b1914087d91ef3558cf9fd (patch) | |
tree | e51b112319339b4bcd933157a6e9c79787da1c09 /protocols/Tlen | |
parent | bb4dacc84d5edf29afb4352af1b1ad742949c0b3 (diff) |
"Nickname" occurs much more frequently in sources
git-svn-id: http://svn.miranda-ng.org/main/trunk@7427 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tlen')
-rw-r--r-- | protocols/Tlen/res/tlen.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tlen/res/tlen.rc b/protocols/Tlen/res/tlen.rc index c926f9ac58..2e07488fab 100644 --- a/protocols/Tlen/res/tlen.rc +++ b/protocols/Tlen/res/tlen.rc @@ -212,7 +212,7 @@ STYLE DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- LTEXT "Nick name:",IDC_STATIC,5,8,51,8
+ LTEXT "Nickname:",IDC_STATIC,5,8,51,8
EDITTEXT IDC_NICKNAME,58,6,102,12,ES_AUTOHSCROLL
LTEXT "First name:",IDC_STATIC,5,21,51,8
EDITTEXT IDC_FIRSTNAME,58,19,102,12,ES_AUTOHSCROLL
|