diff options
author | Dart Raiden <wowemuh@gmail.com> | 2015-01-06 17:40:04 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2015-01-06 17:40:04 +0000 |
commit | a9003f1e9a8b4ac87a94a79882daca1e559b38b3 (patch) | |
tree | 9adfb253c984b80ebb9073be157f692082c7add9 /plugins/TabSRMM/src/mim.cpp | |
parent | 51acae2613c8a38e9116dcca3237fa7ad0dd3a6c (diff) |
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
Diffstat (limited to 'plugins/TabSRMM/src/mim.cpp')
-rw-r--r-- | plugins/TabSRMM/src/mim.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/mim.cpp b/plugins/TabSRMM/src/mim.cpp index 48c0c7dfe3..f67a9021c4 100644 --- a/plugins/TabSRMM/src/mim.cpp +++ b/plugins/TabSRMM/src/mim.cpp @@ -304,7 +304,7 @@ int CMimAPI::TypingMessage(WPARAM hContact, LPARAM mode) MIRANDASYSTRAYNOTIFY tn; tn.szProto = NULL; tn.cbSize = sizeof(tn); - tn.tszInfoTitle = TranslateT("Typing Notification"); + tn.tszInfoTitle = TranslateT("Typing notification"); tn.tszInfo = szTip; tn.dwInfoFlags = NIIF_INFO | NIIF_INTERN_UNICODE; tn.uTimeout = 1000 * 4; |