diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-10-18 17:24:32 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-10-18 17:24:32 +0000 |
commit | 8a459c5628c2550622ca8f842af544797380817e (patch) | |
tree | 82a34f01fdd8be1e88317cba341afc324a734f88 /plugins/QuickSearch | |
parent | 7f12c1a09c14aa6ed54cca8a88b5cd423e3b5944 (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@6518 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/QuickSearch')
-rw-r--r-- | plugins/QuickSearch/quicksearch.dpr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/QuickSearch/quicksearch.dpr b/plugins/QuickSearch/quicksearch.dpr index 3402362361..7fcbc9253c 100644 --- a/plugins/QuickSearch/quicksearch.dpr +++ b/plugins/QuickSearch/quicksearch.dpr @@ -42,7 +42,7 @@ begin '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.';
+ 'users 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';
|