diff options
author | Dart Raiden <wowemuh@gmail.com> | 2016-03-13 22:59:00 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2016-03-13 22:59:00 +0000 |
commit | 3e1d5d5ab69f048c3fa6fd20602012c57ac7ba55 (patch) | |
tree | d392aa3226820610fd1406558caee1c6507ada10 /src/core | |
parent | 66cac64adaaf58d4cf18994e92d9aa648c4bfe6a (diff) |
fix capitalization
git-svn-id: http://svn.miranda-ng.org/main/trunk@16479 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/stduserinfo/src/stdinfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/stduserinfo/src/stdinfo.cpp b/src/core/stduserinfo/src/stdinfo.cpp index 049d1eb49f..d069480917 100644 --- a/src/core/stduserinfo/src/stdinfo.cpp +++ b/src/core/stduserinfo/src/stdinfo.cpp @@ -121,7 +121,7 @@ static void SetValue(HWND hwndDlg, int idCtrl, MCONTACT hContact, char *szModule ptstr = TranslateT("separated");
break;
case 40:
- ptstr = TranslateT("Widowed");
+ ptstr = TranslateT("widowed");
break;
case 50:
ptstr = TranslateT("actively searching");
|