From 8ddf68d1de78f2af6ce02f097b43c57253afbf8b Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Mon, 25 Nov 2013 21:29:38 +0000 Subject: portion of decapitalization git-svn-id: http://svn.miranda-ng.org/main/trunk@6986 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/core/stduihist/history.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/stduihist/history.cpp') diff --git a/src/core/stduihist/history.cpp b/src/core/stduihist/history.cpp index e21e9cf21f..9f2eac9836 100644 --- a/src/core/stduihist/history.cpp +++ b/src/core/stduihist/history.cpp @@ -100,8 +100,8 @@ static void GetObjectSummary(DBEVENTINFO *dbei, TCHAR* str, int cbStr) switch(dbei->eventType) { case EVENTTYPE_MESSAGE: - if (dbei->flags & DBEF_SENT) pszSrc = TranslateT("Outgoing Message"); - else pszSrc = TranslateT("Incoming Message"); + if (dbei->flags & DBEF_SENT) pszSrc = TranslateT("Outgoing message"); + else pszSrc = TranslateT("Incoming message"); break; case EVENTTYPE_URL: -- cgit v1.2.3