diff options
author | Dart Raiden <wowemuh@gmail.com> | 2016-06-02 00:10:56 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2016-06-02 00:10:56 +0000 |
commit | d26e812159e99907be7be271ec3944a670c57450 (patch) | |
tree | 2d4ef1a513644359c9a6791cd8d20eda41b75a0d /plugins/MirFox/res | |
parent | e983f96899f1103c4df3b47c5610e3dd1d81e6e0 (diff) |
MirFox: fix typo
git-svn-id: http://svn.miranda-ng.org/main/trunk@16900 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirFox/res')
-rw-r--r-- | plugins/MirFox/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MirFox/res/resource.rc b/plugins/MirFox/res/resource.rc index 06a4121a5c..8676618fe2 100644 --- a/plugins/MirFox/res/resource.rc +++ b/plugins/MirFox/res/resource.rc @@ -59,7 +59,7 @@ BEGIN LTEXT "on middle mouse button click\n(note: use middle mouse button to send multiple messages from Firefox)",IDC1_LABEL4,20,88,266,32
COMBOBOX IDC1_COMBO3,20,108,256,15,CBS_DROPDOWNLIST | WS_TABSTOP
GROUPBOX "Firefox menu",IDC1_STATIC_G3,8,135,294,33
- CONTROL "Add acount to contact name",IDC1_CHECK2,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,20,145,266,20
+ CONTROL "Add account to contact name",IDC1_CHECK2,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,20,145,266,20
GROUPBOX "Firefox profiles",IDC1_STATIC_G2,8,172,294,53
CONTROL "Show Miranda menu only in these Firefox profiles (comma delimited)",IDC1_CHECK1,"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,20,181,266,20
EDITTEXT IDC1_EDIT1,20,203,256,14,ES_AUTOHSCROLL
|