diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-11-25 21:29:38 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-11-25 21:29:38 +0000 |
commit | 8ddf68d1de78f2af6ce02f097b43c57253afbf8b (patch) | |
tree | b96bf0190f0cde02223094522d186e502f056ec2 /src/core/stduihist | |
parent | 36eeccd9e9abe424ff9cf63687c330d6b5b321ae (diff) |
portion of decapitalization
git-svn-id: http://svn.miranda-ng.org/main/trunk@6986 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/stduihist')
-rw-r--r-- | src/core/stduihist/history.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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:
|