summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/srmm.cpp
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2015-01-12 15:22:49 +0000
committerDart Raiden <wowemuh@gmail.com>2015-01-12 15:22:49 +0000
commitf1184ed85134227b9273dc61363139790d6d5443 (patch)
tree8bc917b6e7c247cb378d562a6e03fd009c208622 /plugins/TabSRMM/src/srmm.cpp
parent993f52b27eb45e76a4699a748a3a317668323b23 (diff)
TabSRMM: fully de-capitalized
git-svn-id: http://svn.miranda-ng.org/main/trunk@11842 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/srmm.cpp')
-rw-r--r--plugins/TabSRMM/src/srmm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/srmm.cpp b/plugins/TabSRMM/src/srmm.cpp
index 01a71f498f..6b14befdcd 100644
--- a/plugins/TabSRMM/src/srmm.cpp
+++ b/plugins/TabSRMM/src/srmm.cpp
@@ -189,7 +189,7 @@ int _DebugPopup(MCONTACT hContact, const TCHAR *fmt, ...)
if (ServiceExists(MS_CLIST_SYSTRAY_NOTIFY)) {
MIRANDASYSTRAYNOTIFY tn;
TCHAR szTitle[128];
- mir_sntprintf(szTitle, SIZEOF(szTitle), TranslateT("TabSRMM Message (%s)"),
+ mir_sntprintf(szTitle, SIZEOF(szTitle), TranslateT("TabSRMM message (%s)"),
(hContact != 0) ? pcli->pfnGetContactDisplayName(hContact, 0) : TranslateT("Global"));
tn.szProto = NULL;