diff options
-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");
|