summaryrefslogtreecommitdiff
path: root/plugins/Dropbox
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Dropbox')
-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 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: