From: Siebrand Mazeland Date: Wed, 6 Apr 2011 13:07:23 +0000 (+0200) Subject: Shorten plugin description. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e25cb9b57009e6ac0010f20b9f14374d33acff47;p=quix0rs-gnu-social.git Shorten plugin description. --- diff --git a/plugins/Autocomplete/AutocompletePlugin.php b/plugins/Autocomplete/AutocompletePlugin.php index 9a015dd704..39b933afd9 100644 --- a/plugins/Autocomplete/AutocompletePlugin.php +++ b/plugins/Autocomplete/AutocompletePlugin.php @@ -80,7 +80,7 @@ class AutocompletePlugin extends Plugin 'homepage' => 'http://status.net/wiki/Plugin:Autocomplete', 'rawdescription' => // TRANS: Plugin description. - _m('The autocomplete plugin allows users to autocomplete screen names in @ replies. When an "@" is typed into the notice text area, an autocomplete box is displayed populated with the user\'s friend\' screen names.')); + _m('The autocomplete plugin adds autocompletion for @ replies.')); return true; } }