summaryrefslogtreecommitdiff
path: root/plugins/Dropbox/src
diff options
context:
space:
mode:
authorRMN <rmn@miranda-ng.org>2014-03-06 22:30:30 +0000
committerRMN <rmn@miranda-ng.org>2014-03-06 22:30:30 +0000
commitf1e7a903669f92e6a30d892748cbc5fb36438d80 (patch)
tree742f1f1fb8c70aa6d6fdb09c61095f22b8824009 /plugins/Dropbox/src
parent95eb632edba7de5e81ef42d0e8f7d04805b0638b (diff)
- Dropbox: Ok -> OK
- langpacks/ukrainian: update according to [8432] git-svn-id: http://svn.miranda-ng.org/main/trunk@8439 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dropbox/src')
-rw-r--r--plugins/Dropbox/src/dropbox_utils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dropbox/src/dropbox_utils.cpp b/plugins/Dropbox/src/dropbox_utils.cpp
index cba5442ba9..43bef5ca61 100644
--- a/plugins/Dropbox/src/dropbox_utils.cpp
+++ b/plugins/Dropbox/src/dropbox_utils.cpp
@@ -5,7 +5,7 @@ wchar_t *CDropbox::HttpStatusToText(HTTP_STATUS status)
switch (status)
{
case OK:
- return TranslateT("Ok");
+ return TranslateT("OK");
case BAD_REQUEST:
return TranslateT("Bad input parameter. Error message should indicate which one and why");
case UNAUTHORIZED: