diff options
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/BuddyExpectator/src/Version.h | 2 | ||||
| -rw-r--r-- | plugins/FileAsMessage/src/Version.h | 2 | ||||
| -rw-r--r-- | plugins/QuickSearch/quicksearch.dpr | 8 | 
3 files changed, 6 insertions, 6 deletions
diff --git a/plugins/BuddyExpectator/src/Version.h b/plugins/BuddyExpectator/src/Version.h index 73a2c840e6..29501dafda 100644 --- a/plugins/BuddyExpectator/src/Version.h +++ b/plugins/BuddyExpectator/src/Version.h @@ -7,7 +7,7 @@  #define __PLUGIN_NAME				"Buddy expectator"
  #define __FILENAME					"BuddyExpectator.dll"
 -#define __DESCRIPTION 				"Reacts to the return of contacts, or the the extended absence of contacts, with notifications and other actions."
 +#define __DESCRIPTION 				"Reacts to the return of contacts, or to the extended absence of contacts, with notifications and other actions."
  #define __AUTHOR					"Anar Ibragimoff, sje, Thief"
  #define __AUTHOREMAIL				"thief@miranda.im"
  #define __AUTHORWEB					"http://miranda-ng.org/p/BuddyExpectator/"
 diff --git a/plugins/FileAsMessage/src/Version.h b/plugins/FileAsMessage/src/Version.h index 41eba38182..5906b23ac5 100644 --- a/plugins/FileAsMessage/src/Version.h +++ b/plugins/FileAsMessage/src/Version.h @@ -7,7 +7,7 @@  #define __PLUGIN_NAME				"File as message"
  #define __FILENAME					"FileAsMessage.dll"
 -#define __DESCRIPTION 				"File tranfer by using the messaging services - as plain text."
 +#define __DESCRIPTION 				"File transfer by using the messaging services - as plain text."
  #define __AUTHOR					"Denis Stanishevskiy"
  #define __AUTHOREMAIL				"stdenformiranda@fromru.com"
  #define __AUTHORWEB					"http://miranda-ng.org/p/FileAsMessage/"
 diff --git a/plugins/QuickSearch/quicksearch.dpr b/plugins/QuickSearch/quicksearch.dpr index 5f368c9563..32d3580d04 100644 --- a/plugins/QuickSearch/quicksearch.dpr +++ b/plugins/QuickSearch/quicksearch.dpr @@ -39,10 +39,10 @@ begin    PluginInfo.shortName  :='Quick Search';
    PluginInfo.version    :=$01040112;
    PluginInfo.description:=
 -    'This Plugin allow you to quick search for nickname,'+
 -    'firstname, lastname, email, uin in your contact list.'+
 -    'And now you may add any setting to display - for example'+
 -    'users version of miranda,group or city.';
 +    'This plugin allows you to quick search for nickname, '+
 +    'firstname, lastname, email, uin in your contact list. '+
 +    'And now you may add any setting to display - for example '+
 +    'user's version of Miranda, group or city.';
    PluginInfo.author     :='Awkward, based on Bethoven sources';
    PluginInfo.authorEmail:='panda75@bk.ru; awk1975@ya.ru';
    PluginInfo.copyright  :='(c) 2004,2005 Bethoven; 2006-2013 Awkward';
  | 
