From f9d718fd63324bc808481287d7f8818099360d3f Mon Sep 17 00:00:00 2001 From: aunsane Date: Wed, 26 Apr 2017 22:30:12 +0300 Subject: CloudFile: translate fix --- plugins/CloudFile/src/Services/yandex_service.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/CloudFile/src/Services/yandex_service.cpp') diff --git a/plugins/CloudFile/src/Services/yandex_service.cpp b/plugins/CloudFile/src/Services/yandex_service.cpp index 9ed788fd4c..3a92743fc5 100644 --- a/plugins/CloudFile/src/Services/yandex_service.cpp +++ b/plugins/CloudFile/src/Services/yandex_service.cpp @@ -13,7 +13,7 @@ const char* CYandexService::GetModule() const const wchar_t* CYandexService::GetText() const { - return L"Яндекс.Диск"; + return LPGENW("Yandex.Drive"); } int CYandexService::GetIconId() const -- cgit v1.2.3