From 38be028bd99a35f5ac4848ff66a1cdb2786bc048 Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Sun, 9 Mar 2014 10:29:12 +0000 Subject: langpacks: update according to [8482] Dropbox: small correction git-svn-id: http://svn.miranda-ng.org/main/trunk@8491 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Dropbox/src/dropbox_utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Dropbox') 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: -- cgit v1.2.3