From a9003f1e9a8b4ac87a94a79882daca1e559b38b3 Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Tue, 6 Jan 2015 17:40:04 +0000 Subject: TabSRMM: partial decapitalization (I tried not to broke any of the database settings) git-svn-id: http://svn.miranda-ng.org/main/trunk@11780 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/src/controls.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/TabSRMM/src/controls.cpp') diff --git a/plugins/TabSRMM/src/controls.cpp b/plugins/TabSRMM/src/controls.cpp index 00cf5c1ad9..3a66bf6276 100644 --- a/plugins/TabSRMM/src/controls.cpp +++ b/plugins/TabSRMM/src/controls.cpp @@ -570,7 +570,7 @@ void CMenuBar::checkButtons() m_TbButtons[4].dwData = 0; m_TbButtons[5].iBitmap = I_IMAGENONE; - m_TbButtons[5].iString = (INT_PTR)TranslateT("Message &Log"); + m_TbButtons[5].iString = (INT_PTR)TranslateT("Message &log"); m_TbButtons[5].fsState = TBSTATE_ENABLED; m_TbButtons[5].fsStyle = BTNS_DROPDOWN|BTNS_AUTOSIZE; m_TbButtons[5].idCommand = 105; -- cgit v1.2.3