diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-10-09 07:43:41 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-10-09 07:43:41 +0000 |
commit | 9aac6d3df840fb35a4798f25929bd7187f1c65a9 (patch) | |
tree | b6e4e893d9bec69a5128338ebfd95f2d3abd0c41 /plugins/FavContacts/src/Version.h | |
parent | 5d41737cdf734173841839e5870cdc2a584ebf2e (diff) |
FavContacts name corrected according to English US
git-svn-id: http://svn.miranda-ng.org/main/trunk@6412 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FavContacts/src/Version.h')
-rw-r--r-- | plugins/FavContacts/src/Version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/FavContacts/src/Version.h b/plugins/FavContacts/src/Version.h index 41fe2cfe22..ecb84caf58 100644 --- a/plugins/FavContacts/src/Version.h +++ b/plugins/FavContacts/src/Version.h @@ -5,9 +5,9 @@ #define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
-#define __PLUGIN_NAME "Favourite contacts"
+#define __PLUGIN_NAME "Favorite contacts"
#define __FILENAME "FavContacts.dll"
-#define __DESCRIPTION "Favourite contacts menu."
+#define __DESCRIPTION "Favorite contacts menu."
#define __AUTHOR "Victor Pavlychko"
#define __AUTHOREMAIL "nullbie@gmail.com"
#define __AUTHORWEB "http://miranda-ng.org/p/FavContacts/"
|