diff options
author | Dart Raiden <wowemuh@gmail.com> | 2014-05-24 21:04:04 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2014-05-24 21:04:04 +0000 |
commit | 6b1cce333b430b8cbb73240de1ac0e914d4595d9 (patch) | |
tree | 83588983056e13d9cf0f1c4a57c63ae33af20930 | |
parent | 15048ea74f663fde70da681ea4947972fd623a58 (diff) |
GmailNotifier: decapitalization
git-svn-id: http://svn.miranda-ng.org/main/trunk@9303 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/GmailNotifier/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/GmailNotifier/src/main.cpp b/plugins/GmailNotifier/src/main.cpp index 06760df072..0458dad8b8 100644 --- a/plugins/GmailNotifier/src/main.cpp +++ b/plugins/GmailNotifier/src/main.cpp @@ -87,7 +87,7 @@ extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD) extern "C" int __declspec(dllexport) Load()
{
- SkinAddNewSoundEx("Gmail", LPGEN("Other"), LPGEN("Gmail: New Thread(s)"));
+ SkinAddNewSoundEx("Gmail", LPGEN("Other"), LPGEN("Gmail: New thread(s)"));
HookEvent(ME_CLIST_DOUBLECLICKED, OpenBrowser);
PROTOCOLDESCRIPTOR pd = { PROTOCOLDESCRIPTOR_V3_SIZE };
|