diff options
author | Dart Raiden <wowemuh@gmail.com> | 2015-01-12 01:38:53 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2015-01-12 01:38:53 +0000 |
commit | 4ded2c6afe6c5117dfcb96ec889a273fbe340f1e (patch) | |
tree | 647f24601c5cae4910252b423c21f680603ad37b /protocols/SkypeClassic/res | |
parent | 8b1f6110cb0fb423e266a2e72a36db6db31d9a10 (diff) |
"acknowledgement" = en-gb, "acknowledgment" = en-us
git-svn-id: http://svn.miranda-ng.org/main/trunk@11837 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeClassic/res')
-rw-r--r-- | protocols/SkypeClassic/res/Resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/SkypeClassic/res/Resource.rc b/protocols/SkypeClassic/res/Resource.rc index dbbc485baf..9cc23c2aa2 100644 --- a/protocols/SkypeClassic/res/Resource.rc +++ b/protocols/SkypeClassic/res/Resource.rc @@ -185,7 +185,7 @@ BEGIN LTEXT "SkypeOut contacts are in status:",IDC_STATIC,10,200,108,8
COMBOBOX IDC_SKYPEOUTSTAT,119,198,79,54,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "Cleanup nicknames",IDC_CLEANUP,220,199,80,14,BS_MULTILINE | WS_GROUP
- CONTROL "Do not wait for message SENT acknowledgement (for some buggy Skype versions >6)",IDC_NOACK,
+ CONTROL "Do not wait for message SENT acknowledgment (for some buggy Skype versions >6)",IDC_NOACK,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,182,290,13
END
|