diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-10-17 20:38:46 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-10-17 20:38:46 +0000 |
commit | 6dbb356f8d1a5e49210e409d5354e8863fe13bf2 (patch) | |
tree | aadb396e719eac9df2d7593c7857dd872a892927 /plugins/QuickSearch | |
parent | 0de7c55f7cd15b36b2ed0ecae1b0d96b179b0edd (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/QuickSearch')
-rw-r--r-- | plugins/QuickSearch/quicksearch.dpr | 8 |
1 files changed, 4 insertions, 4 deletions
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';
|