diff options
Diffstat (limited to 'plugins/Clist_modern')
-rw-r--r-- | plugins/Clist_modern/res/version.rc | 4 | ||||
-rw-r--r-- | plugins/Clist_modern/src/init.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Clist_modern/res/version.rc b/plugins/Clist_modern/res/version.rc index 7e163ed4b9..c845b1987b 100644 --- a/plugins/Clist_modern/res/version.rc +++ b/plugins/Clist_modern/res/version.rc @@ -24,12 +24,12 @@ BEGIN BEGIN
VALUE "Comments", "Licensed under the terms of the GNU General Public License"
VALUE "CompanyName", " "
- VALUE "FileDescription", "Miranda NG Contact List. Display contacts, event notifications, protocol status with advantage visual modifications. Supported MW modifications, enchanced metacontact cooperation."
+ VALUE "FileDescription", "Miranda NG Contact List. Displays contacts, event notifications, protocol status with advantage visual modifications. Supported MW modifications, enchanced metacontact cooperation."
VALUE "FileVersion", FILE_VERSION_STR
VALUE "InternalName", "Modern Contact List"
VALUE "LegalCopyright", "Copyright © 2000-2005 Artem Shpynov, Richard Hughes, Roland Rabien, Tristan Van de Vreede, Martin Oberg, Robert Rainwater, Sam Kothari and Lyon Lim"
VALUE "OriginalFilename", "clist_modern.dll"
- VALUE "ProductName", "Miranda NG Contact List. Display contacts, event notifications, protocol status with advantage visual modifications. Supported MW modifications, enchanced metacontact cooperation."
+ VALUE "ProductName", "Miranda NG Contact List. Displays contacts, event notifications, protocol status with advantage visual modifications. Supported MW modifications, enchanced metacontact cooperation."
VALUE "ProductVersion", PRODUCT_VERSION_STR
END
END
diff --git a/plugins/Clist_modern/src/init.cpp b/plugins/Clist_modern/src/init.cpp index 3ae2e98750..83c0135e72 100644 --- a/plugins/Clist_modern/src/init.cpp +++ b/plugins/Clist_modern/src/init.cpp @@ -60,7 +60,7 @@ PLUGININFOEX pluginInfo = { sizeof(PLUGININFOEX),
"Modern Contact List",
MakeVer(PRODUCT_VERSION),
- "Display contacts, event notifications, protocol status with advantage visual modifications. Supported MW modifications, enchanced metacontact cooperation.",
+ "Displays contacts, event notifications, protocol status with advantage visual modifications. Supported MW modifications, enchanced metacontact cooperation.",
"Artem Shpynov, Ricardo Pescuma Domenecci and Anton Senko based on clist_mw by Bethoven",
"ashpynov@gmail.com" ,
"Copyright 2000-2010 Miranda-IM project",
|