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/Gadu-Gadu | |
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/Gadu-Gadu')
-rw-r--r-- | protocols/Gadu-Gadu/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Gadu-Gadu/res/resource.rc b/protocols/Gadu-Gadu/res/resource.rc index c4b663c818..5330896c24 100644 --- a/protocols/Gadu-Gadu/res/resource.rc +++ b/protocols/Gadu-Gadu/res/resource.rc @@ -98,7 +98,7 @@ BEGIN CONTROL "Show connection errors",IDC_SHOWCERRORS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,32,286,10
CONTROL "Automatically reconnect after unintentional disconnection",IDC_ARECONNECT,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,47,286,10
- CONTROL "Send messages slower, but with full acknowledgement",IDC_MSGACK,
+ CONTROL "Send messages slower, but with full acknowledgment",IDC_MSGACK,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,62,286,10
CONTROL "Manually specify connection servers' hosts",IDC_MANUALHOST,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,77,286,10
|