diff options
author | George Hazan <ghazan@miranda.im> | 2021-02-20 12:25:22 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-02-20 12:25:22 +0300 |
commit | 84a0b4084a07e89225da4a5fda09b3d88681bd83 (patch) | |
tree | af0ff7c509d7c429381674a07929cbf1129ba86c /plugins/Msg_Export/src | |
parent | 0902cdc3a5413dae6146e4079ec6f76efd96f14f (diff) |
translation fix
Diffstat (limited to 'plugins/Msg_Export/src')
-rwxr-xr-x | plugins/Msg_Export/src/utils.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Msg_Export/src/utils.cpp b/plugins/Msg_Export/src/utils.cpp index 09ab84ef8d..425e4d3bee 100755 --- a/plugins/Msg_Export/src/utils.cpp +++ b/plugins/Msg_Export/src/utils.cpp @@ -347,10 +347,10 @@ wstring GetFilePathFromUser(MCONTACT hContact) if (!sPrevFileName.empty()) {
ReplaceDBPath(sPrevFileName);
- // Here we will try to avoid the (Unknown Contact) in cases where the protocol for
+ // Here we will try to avoid the (Unknown contact) in cases where the protocol for
// this user has been removed.
- if (bNickUsed && (wcsstr(Clist_GetContactDisplayName(hContact), TranslateT("(Unknown Contact)")) != nullptr))
- return sPrevFileName; // Then the filename must have changed from a correct path to one including the (Unknown Contact)
+ if (bNickUsed && (wcsstr(Clist_GetContactDisplayName(hContact), TranslateT("(Unknown contact)")) != nullptr))
+ return sPrevFileName; // Then the filename must have changed from a correct path to one including the (Unknown contact)
// file name has changed
if (g_enRenameAction != eDANothing) {
|