From e25cb9b57009e6ac0010f20b9f14374d33acff47 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Wed, 6 Apr 2011 15:07:23 +0200 Subject: [PATCH] Shorten plugin description. --- plugins/Autocomplete/AutocompletePlugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }