diff options
author | Dart Raiden <wowemuh@gmail.com> | 2014-06-25 03:59:19 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2014-06-25 03:59:19 +0000 |
commit | f6b47b62755c42b480a115b96ef1c99122cfa43b (patch) | |
tree | 4f85d1bb1277e7fa11b25a9f168a7af6d36fb94c /src/modules/metacontacts/meta_main.cpp | |
parent | ee445e9c96823f95a9a8fc47cb8a1bb40c706bec (diff) |
MetaContact -> metacontact; decapitalization
git-svn-id: http://svn.miranda-ng.org/main/trunk@9573 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/metacontacts/meta_main.cpp')
-rw-r--r-- | src/modules/metacontacts/meta_main.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/modules/metacontacts/meta_main.cpp b/src/modules/metacontacts/meta_main.cpp index 257f557814..e78a7ec6bd 100644 --- a/src/modules/metacontacts/meta_main.cpp +++ b/src/modules/metacontacts/meta_main.cpp @@ -28,12 +28,12 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // icolib support
static IconItem iconList[] = {
- { LPGEN("Toggle Off"), "off", IDI_MCMENUOFF },
- { LPGEN("Toggle On"), "on", IDI_MCMENU },
- { LPGEN("Convert to MetaContact"), "convert", IDI_MCCONVERT },
- { LPGEN("Add to Existing"), "add", IDI_MCADD },
+ { LPGEN("Toggle off"), "off", IDI_MCMENUOFF },
+ { LPGEN("Toggle on"), "on", IDI_MCMENU },
+ { LPGEN("Convert to metacontact"), "convert", IDI_MCCONVERT },
+ { LPGEN("Add to existing"), "add", IDI_MCADD },
{ LPGEN("Edit"), "edit", IDI_MCEDIT },
- { LPGEN("Set to Default"), "default", IDI_MCSETDEFAULT },
+ { LPGEN("Set to default"), "default", IDI_MCSETDEFAULT },
{ LPGEN("Remove"), "remove", IDI_MCREMOVE },
};
|