diff options
author | Dart Raiden <wowemuh@gmail.com> | 2014-05-19 00:17:06 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2014-05-19 00:17:06 +0000 |
commit | b4aea87dc0c96776fe8461266718b79dcaea692a (patch) | |
tree | 6bfc5d8d5f0fba7a751b86d5c705e8888ad3b086 /plugins/GmailNotifier/src/main.cpp | |
parent | 89fd1e3f4f03914eaa8f16bd613b2b8fde113620 (diff) |
GmailNotifier: decapitalization
git-svn-id: http://svn.miranda-ng.org/main/trunk@9240 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/GmailNotifier/src/main.cpp')
-rw-r--r-- | plugins/GmailNotifier/src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/GmailNotifier/src/main.cpp b/plugins/GmailNotifier/src/main.cpp index 88ae72888e..6428e1f151 100644 --- a/plugins/GmailNotifier/src/main.cpp +++ b/plugins/GmailNotifier/src/main.cpp @@ -135,11 +135,11 @@ extern "C" int __declspec(dllexport) Load() mi.position = -0x7FFFFFFF;
mi.flags = 0;
mi.hIcon = LoadSkinnedProtoIcon(pluginName, ID_STATUS_ONLINE);
- mi.pszName = LPGEN("&Check All Gmail Inboxes");
+ mi.pszName = LPGEN("&Check all Gmail inboxes");
mi.pszContactOwner = pluginName;
mi.pszService = "GmailMNotifier/MenuCommand";
Menu_AddMainMenuItem(&mi);
- mi.pszName = LPGEN("&Check Gmail Inbox");
+ mi.pszName = LPGEN("&Check Gmail inbox");
Menu_AddContactMenuItem(&mi);
return 0;
}
|