]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Shorten plugin description.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Wed, 6 Apr 2011 13:07:23 +0000 (15:07 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Wed, 6 Apr 2011 13:07:23 +0000 (15:07 +0200)
plugins/Autocomplete/AutocompletePlugin.php

index 9a015dd7048868b3a4e7eee6cb7f42abb526155d..39b933afd95cedd6bba1696fb7b9138e4bedd90d 100644 (file)
@@ -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;
     }
 }