From 3e1d5d5ab69f048c3fa6fd20602012c57ac7ba55 Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Sun, 13 Mar 2016 22:59:00 +0000 Subject: fix capitalization git-svn-id: http://svn.miranda-ng.org/main/trunk@16479 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/core/stduserinfo/src/stdinfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/stduserinfo') 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"); -- cgit v1.2.3