diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/stduserinfo/src/stdinfo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/stduserinfo/src/stdinfo.cpp b/src/core/stduserinfo/src/stdinfo.cpp index 3b0166bc3f..af0e8acc97 100644 --- a/src/core/stduserinfo/src/stdinfo.cpp +++ b/src/core/stduserinfo/src/stdinfo.cpp @@ -2,7 +2,7 @@ Miranda NG: the free IM client for Microsoft* Windows*
-Copyright (ñ) 2012-17 Miranda NG project (https://miranda-ng.org),
+Copyright (c) 2012-17 Miranda NG project (https://miranda-ng.org),
Copyright (c) 2000-12 Miranda IM project,
all portions of this codebase are copyrighted to the people
listed in contributors.txt.
@@ -130,7 +130,7 @@ static void SetValue(HWND hwndDlg, int idCtrl, MCONTACT hContact, char *szModule ptstr = TranslateT("In love");
break;
case 70:
- ptstr = TranslateT("It\'s complicated");
+ ptstr = TranslateT("It's complicated");
break;
case 80:
ptstr = TranslateT("In a civil union");
|