diff options
author | Tobias Weimer <tweimer@users.noreply.github.com> | 2017-08-12 18:27:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-12 18:27:18 +0200 |
commit | 03f896156663fec6f780595e9cba1396dc20e362 (patch) | |
tree | cdb21f47ff8def8f6aa7c1b696a831c1dd1adcc4 /src/core | |
parent | 339fcf0a8f1b773531ddd1c2d09dab0aa96a2c0e (diff) |
Core:
- Removed unneeded slash
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");
|