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/google_service.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/CloudFile/src/Services/google_service.cpp') diff --git a/plugins/CloudFile/src/Services/google_service.cpp b/plugins/CloudFile/src/Services/google_service.cpp index d378f8bf55..af7d0400bd 100644 --- a/plugins/CloudFile/src/Services/google_service.cpp +++ b/plugins/CloudFile/src/Services/google_service.cpp @@ -13,7 +13,7 @@ const char* CGDriveService::GetModule() const const wchar_t* CGDriveService::GetText() const { - return L"GDrive"; + return LPGENW("Google Drive"); } int CGDriveService::GetIconId() const -- cgit v1.2.3