diff options
author | Tobias Weimer <tweimer@users.noreply.github.com> | 2018-12-30 11:45:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-30 11:45:32 +0100 |
commit | b444d69b921371be48dcbbfc07006db39c72eb42 (patch) | |
tree | c28baa4be68e48e98ce03ae2ef081062704f2a30 | |
parent | b9c61b92c34e7d903ab5307f38f8133e01acb948 (diff) |
ICQ:
- Use "ICQ number" instead of "ICQ Number", to simplify translations.
-rw-r--r-- | protocols/Icq10/res/resources.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Icq10/res/resources.rc b/protocols/Icq10/res/resources.rc index 65786c9b11..03ee5ca11f 100644 --- a/protocols/Icq10/res/resources.rc +++ b/protocols/Icq10/res/resources.rc @@ -28,7 +28,7 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN - LTEXT "ICQ Number:",IDC_STATIC,0,0,53,12 + LTEXT "ICQ number:",IDC_STATIC,0,0,53,12 EDITTEXT IDC_UIN,54,0,131,12,ES_AUTOHSCROLL LTEXT "Password:",IDC_STATIC,0,16,53,12 EDITTEXT IDC_PASSWORD,54,16,131,12,ES_PASSWORD | ES_AUTOHSCROLL |