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/metacontacts.h | |
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/metacontacts.h')
-rw-r--r-- | src/modules/metacontacts/metacontacts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/metacontacts/metacontacts.h b/src/modules/metacontacts/metacontacts.h index c5993c5c73..45bb49b294 100644 --- a/src/modules/metacontacts/metacontacts.h +++ b/src/modules/metacontacts/metacontacts.h @@ -125,6 +125,6 @@ extern POINT menuMousePoint; #ifndef MS_CLUI_GETVERSION
#define MS_CLUI_GETVERSION "CLUI/GetVersion"
-#define szDelMsg LPGEN("You are going to remove all the contacts associated with this MetaContact.\nThis will delete the MetaContact.\n\nProceed Anyway?")
+#define szDelMsg LPGEN("You are going to remove all the contacts associated with this metacontact.\nThis will delete the metacontact.\n\nProceed anyway?")
#endif
|