summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2013-10-17 20:38:46 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2013-10-17 20:38:46 +0000
commit6dbb356f8d1a5e49210e409d5354e8863fe13bf2 (patch)
treeaadb396e719eac9df2d7593c7857dd872a892927 /plugins
parent0de7c55f7cd15b36b2ed0ecae1b0d96b179b0edd (diff)
spelling correction (patch by RMN)
git-svn-id: http://svn.miranda-ng.org/main/trunk@6514 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r--plugins/BuddyExpectator/src/Version.h2
-rw-r--r--plugins/FileAsMessage/src/Version.h2
-rw-r--r--plugins/QuickSearch/quicksearch.dpr8
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';