From 148e38f9911f7cbc05f62cd3dda0a36119a44edd Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Tue, 8 Sep 2015 19:24:24 +0000 Subject: VKontakte: spelling correction git-svn-id: http://svn.miranda-ng.org/main/trunk@15310 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/VKontakte/src/vk_files.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/VKontakte/src/vk_files.cpp') diff --git a/protocols/VKontakte/src/vk_files.cpp b/protocols/VKontakte/src/vk_files.cpp index 1a57917749..32c8cbc7fb 100644 --- a/protocols/VKontakte/src/vk_files.cpp +++ b/protocols/VKontakte/src/vk_files.cpp @@ -38,7 +38,7 @@ void CVkProto::SendFileFiled(CVkFileUploadParam *fup, int ErrorCode) tszError = TranslateT("Protocol is offline"); break; case VKERR_FILE_NOT_EXIST: - tszError = TranslateT("File not exist"); + tszError = TranslateT("File does not exist"); break; case VKERR_FTYPE_NOT_SUPPORTED: tszError = TranslateT("File type not supported"); @@ -50,7 +50,7 @@ void CVkProto::SendFileFiled(CVkFileUploadParam *fup, int ErrorCode) tszError = TranslateT("Error read file"); break; case VKERR_FILE_NOT_UPLOADED: - tszError = TranslateT("Error upload file"); + tszError = TranslateT("File upload error"); break; case VKERR_INVALID_URL: tszError = TranslateT("Upload server returned empty URL"); -- cgit v1.2.3