diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Clist_mw/src/init.cpp | 2 | ||||
-rw-r--r-- | plugins/ContactsPlus/src/main.cpp | 2 | ||||
-rw-r--r-- | plugins/FavContacts/src/main.cpp | 2 | ||||
-rw-r--r-- | plugins/FileAsMessage/src/main.cpp | 2 | ||||
-rw-r--r-- | plugins/FlashAvatars/src/cflash.cpp | 2 | ||||
-rw-r--r-- | plugins/FloatingContacts/src/version.h | 2 | ||||
-rw-r--r-- | plugins/Gender/src/main.cpp | 2 | ||||
-rwxr-xr-x | plugins/Msg_Export/src/main.cpp | 2 | ||||
-rw-r--r-- | plugins/NewEventNotify/src/main.cpp | 2 | ||||
-rw-r--r-- | plugins/QuickContacts/src/quickcontacts.cpp | 2 | ||||
-rw-r--r-- | plugins/TrafficCounter/src/TrafficCounter.c | 2 | ||||
-rw-r--r-- | plugins/YAPP/src/version.h | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/plugins/Clist_mw/src/init.cpp b/plugins/Clist_mw/src/init.cpp index deca38a9c3..999143a162 100644 --- a/plugins/Clist_mw/src/init.cpp +++ b/plugins/Clist_mw/src/init.cpp @@ -79,7 +79,7 @@ PLUGININFOEX pluginInfo = { sizeof(PLUGININFOEX),
"MultiWindow Contact List",
PLUGIN_MAKE_VERSION(0,9,0,0),
- "Display contacts, event notifications, protocol status with MW modifications",
+ "Display contacts, event notifications, protocol status with MW modifications.",
"",
"bethoven@mailgate.ru" ,
"Copyright 2000-2010 Miranda IM project, 2012 Miranda NG project.",
diff --git a/plugins/ContactsPlus/src/main.cpp b/plugins/ContactsPlus/src/main.cpp index f115e79b2b..0f413368fe 100644 --- a/plugins/ContactsPlus/src/main.cpp +++ b/plugins/ContactsPlus/src/main.cpp @@ -54,7 +54,7 @@ PLUGININFOEX pluginInfo = { sizeof(PLUGININFOEX),
"Send/Receive Contacts+",
PLUGIN_MAKE_VERSION(1,5,2,0),
- "Allows you to send and receive contacts",
+ "Allows you to send and receive contacts.",
"Joe Kucera, Todor Totev",
"jokusoftware@miranda-im.org",
"(C) 2004-2008 Joe Kucera, Original Code (C) 2002 Dominus Procellarum",
diff --git a/plugins/FavContacts/src/main.cpp b/plugins/FavContacts/src/main.cpp index 6decf57e96..fead44c30c 100644 --- a/plugins/FavContacts/src/main.cpp +++ b/plugins/FavContacts/src/main.cpp @@ -30,7 +30,7 @@ int hLangpack; PLUGININFOEX pluginInfo = {
sizeof(PLUGININFOEX),
- "Favourite Contacts",
+ "Favourite Contacts.",
PLUGIN_MAKE_VERSION(0, 0, 0, 6),
"Favourite contacts menu",
"code by Victor Pavlychko, icons by Angeli-Ka",
diff --git a/plugins/FileAsMessage/src/main.cpp b/plugins/FileAsMessage/src/main.cpp index 41505dabf8..044e1f4ace 100644 --- a/plugins/FileAsMessage/src/main.cpp +++ b/plugins/FileAsMessage/src/main.cpp @@ -5,7 +5,7 @@ PLUGININFOEX pluginInfo = sizeof(PLUGININFOEX),
SERVICE_TITLE,
PLUGIN_MAKE_VERSION( 0,0,2,4 ),
- "File tranfer by using the messaging services - as plain text",
+ "File tranfer by using the messaging services - as plain text.",
"Denis Stanishevskiy // StDenis",
"stdenformiranda(at)fromru(dot)com",
"Copyright (c) 2004, Denis Stanishevskiy",
diff --git a/plugins/FlashAvatars/src/cflash.cpp b/plugins/FlashAvatars/src/cflash.cpp index 3049d04fff..95326d3450 100644 --- a/plugins/FlashAvatars/src/cflash.cpp +++ b/plugins/FlashAvatars/src/cflash.cpp @@ -37,7 +37,7 @@ PLUGININFOEX pluginInfo = { sizeof(PLUGININFOEX),
"Flash Avatars",
PLUGIN_MAKE_VERSION(0, 0, 1, 14),
- "Load and display flash avatars",
+ "Load and display flash avatars.",
"Big Muscle",
"",
"Copyright 2000-2009 Miranda-IM project",
diff --git a/plugins/FloatingContacts/src/version.h b/plugins/FloatingContacts/src/version.h index 389ad92bfd..3e3f50b218 100644 --- a/plugins/FloatingContacts/src/version.h +++ b/plugins/FloatingContacts/src/version.h @@ -16,7 +16,7 @@ #define __PLUGIN_NAME "Floating Contacts"
#define __FILENAME "FltContacts.dll"
-#define __DESC "Floating Contacts plugin for Miranda"
+#define __DESC "Floating Contacts plugin for Miranda."
#define __AUTHOR "Iavor Vajarov, Kosh&chka, Victor Pavlychko"
#define __AUTHOREMAIL "ell-6@ya.ru"
#define __AUTHORWEB "http://miranda-ng.org/"
diff --git a/plugins/Gender/src/main.cpp b/plugins/Gender/src/main.cpp index 7a3d2297d7..33c841b42e 100644 --- a/plugins/Gender/src/main.cpp +++ b/plugins/Gender/src/main.cpp @@ -45,7 +45,7 @@ PLUGININFOEX pluginInfo={ sizeof(PLUGININFOEX),
"Show Contact Gender",
PLUGIN_MAKE_VERSION(0,0,2,1),
- "Shows contacts gender as an icon in contact list",
+ "Shows contacts gender as an icon in contact list.",
"Thief, idea by nile, icons by a0x",
"thief@miranda.im",
"2006-2011 Alexander Turyak",
diff --git a/plugins/Msg_Export/src/main.cpp b/plugins/Msg_Export/src/main.cpp index 53489fb0fc..725ad3222d 100755 --- a/plugins/Msg_Export/src/main.cpp +++ b/plugins/Msg_Export/src/main.cpp @@ -54,7 +54,7 @@ PLUGININFOEX pluginInfo = { "Message export (mod by ring0)",
PLUGIN_MAKE_VERSION(3,1,0,3),
"Exports every message, URL or File you receive to a text file.\r\n"
- "Messages are exported to one file per user, users may be set to use the same file",
+ "Messages are exported to one file per user, users may be set to use the same file.",
"Kennet Nielsen, mod by ring0",
"Kennet_N@ofir.dk",
"© 2002 Kennet Nielsen",
diff --git a/plugins/NewEventNotify/src/main.cpp b/plugins/NewEventNotify/src/main.cpp index 7531be7783..9bc102a96c 100644 --- a/plugins/NewEventNotify/src/main.cpp +++ b/plugins/NewEventNotify/src/main.cpp @@ -40,7 +40,7 @@ PLUGININFOEX pluginInfo = { PLUGIN_MAKE_VERSION(0, VER_MAJOR, VER_MINOR, VER_BUILD),
"Notifies you when you receive a message, url, file or any other event by displaying a popup. Uses the PopUp-Plugin by hrk. "
"Original plugin was written by icebreaker, modified by Prezes and some "
- "bugfixes were made by vj, vlko, Nightwish, TheLeech and others. More fixes & updates by Joe @ Whale",
+ "bugfixes were made by vj, vlko, Nightwish, TheLeech and others. More fixes & updates by Joe @ Whale.",
"icebreaker, Prezes, vj, vlko, Joe @ Whale",
"jokusoftware@miranda-im.org",
"GNU GPL",
diff --git a/plugins/QuickContacts/src/quickcontacts.cpp b/plugins/QuickContacts/src/quickcontacts.cpp index 2b98111794..de2424ac0c 100644 --- a/plugins/QuickContacts/src/quickcontacts.cpp +++ b/plugins/QuickContacts/src/quickcontacts.cpp @@ -29,7 +29,7 @@ PLUGININFOEX pluginInfo={ sizeof(PLUGININFOEX),
"Quick Contacts",
PLUGIN_MAKE_VERSION(1,0,0,0),
- "Open contact-specific windows by hotkey",
+ "Open contact-specific windows by hotkey.",
"Ricardo Pescuma Domenecci, Heiko Schillinger",
"pescuma@miranda-im.org",
"© 2007-2009 Ricardo Pescuma Domenecci",
diff --git a/plugins/TrafficCounter/src/TrafficCounter.c b/plugins/TrafficCounter/src/TrafficCounter.c index 95f13e7f6c..c427ee7443 100644 --- a/plugins/TrafficCounter/src/TrafficCounter.c +++ b/plugins/TrafficCounter/src/TrafficCounter.c @@ -101,7 +101,7 @@ PLUGININFOEX pluginInfoEx = sizeof(PLUGININFOEX),
"Traffic Counter",
0, // Начиная с версии ядра 0.92.1.0 поле с версией не используется.
- "Adding traffic and time counters",
+ "Adding traffic and time counters.",
"Ghost, Mironych",
"",
"© 2002-2006 Ghost, © 2007-2012 Mironych",
diff --git a/plugins/YAPP/src/version.h b/plugins/YAPP/src/version.h index dec79d4720..48ea697f99 100644 --- a/plugins/YAPP/src/version.h +++ b/plugins/YAPP/src/version.h @@ -11,7 +11,7 @@ #define __STRINGIFY(x) #x
#define __VERSION_STRING __STRINGIFY(__FILEVERSION_STRING_DOTS)
-#define __DESC "Yet Another Popup Plugin - Provides popup notification window services (unicode and ansi) to other plugins"
+#define __DESC "Yet Another Popup Plugin - Provides popup notification window services to other plugins."
#define __AUTHOR "Scott Ellis"
#define __AUTHOREMAIL "mail@scottellis.com.au"
#define __COPYRIGHT "© 2005,2006 Scott Ellis"
|