diff options
author | Dart Raiden <wowemuh@gmail.com> | 2014-03-09 10:29:12 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2014-03-09 10:29:12 +0000 |
commit | 38be028bd99a35f5ac4848ff66a1cdb2786bc048 (patch) | |
tree | 6c00482a5161e782d80c456c5a25b9158d8ad8c9 /plugins/Dropbox | |
parent | 1e6a17248b9245ab86157c72f4fab5fd0c114eec (diff) |
langpacks: update according to [8482]
Dropbox: small correction
git-svn-id: http://svn.miranda-ng.org/main/trunk@8491 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dropbox')
-rw-r--r-- | plugins/Dropbox/src/dropbox_utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dropbox/src/dropbox_utils.cpp b/plugins/Dropbox/src/dropbox_utils.cpp index e3a05093df..ecf6c584a0 100644 --- a/plugins/Dropbox/src/dropbox_utils.cpp +++ b/plugins/Dropbox/src/dropbox_utils.cpp @@ -13,7 +13,7 @@ wchar_t *CDropbox::HttpStatusToText(HTTP_STATUS status) switch (status)
{
case HTTP_STATUS_OK:
- return TranslateT("Ok");
+ return TranslateT("OK");
case HTTP_STATUS_BAD_REQUEST:
return TranslateT("Bad input parameter. Error message should indicate which one and why");
case HTTP_STATUS_UNAUTHORIZED:
|