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 /plugins/CmdLine | |
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 'plugins/CmdLine')
-rw-r--r-- | plugins/CmdLine/src/mimcmd_handlers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CmdLine/src/mimcmd_handlers.cpp b/plugins/CmdLine/src/mimcmd_handlers.cpp index 512fa76ed8..4c075cd84a 100644 --- a/plugins/CmdLine/src/mimcmd_handlers.cpp +++ b/plugins/CmdLine/src/mimcmd_handlers.cpp @@ -920,7 +920,7 @@ void HandleMessageCommand(PCommand command, TArgument *argv, int argc, PReply re }
else mir_snprintf(buffer, SIZEOF(buffer), Translate("Could not send message to '%s'."), contact);
}
- else mir_snprintf(buffer, SIZEOF(buffer), Translate("Timed out while waiting for acknowledgement for contact '%s'."), contact);
+ else mir_snprintf(buffer, SIZEOF(buffer), Translate("Timed out while waiting for acknowledgment for contact '%s'."), contact);
}
else mir_snprintf(buffer, SIZEOF(buffer), Translate("Could not find contact handle for contact '%s'."), contact);
|