From e481c6a230d0d277f1c4dd088fca77e74324bfef Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Mon, 12 Sep 2011 03:53:52 +0200 Subject: [PATCH] also include plural form Signed-off-by: Sven Strickroth --- src/TortoiseGitBlame/PropertiesWnd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TortoiseGitBlame/PropertiesWnd.cpp b/src/TortoiseGitBlame/PropertiesWnd.cpp index 4790391dc..415434bd2 100644 --- a/src/TortoiseGitBlame/PropertiesWnd.cpp +++ b/src/TortoiseGitBlame/PropertiesWnd.cpp @@ -219,7 +219,7 @@ void CPropertiesWnd::InitPropList() m_wndPropList.AddProperty(pGroup1); m_BaseInfoGroup=pGroup1; - m_ParentGroup=new CMFCPropertyGridProperty(_T("Parent")); + m_ParentGroup=new CMFCPropertyGridProperty(_T("Parent(s)")); m_wndPropList.AddProperty(m_ParentGroup); #if 0 -- 2.11.4.GIT