]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Autocomplete/AutocompletePlugin.php
Merge branch '1.0.x' into testing
[quix0rs-gnu-social.git] / plugins / Autocomplete / AutocompletePlugin.php
index 1479ead602995935018cdbaa7093ccc4aa7bf670..39b933afd95cedd6bba1696fb7b9138e4bedd90d 100644 (file)
@@ -79,7 +79,8 @@ class AutocompletePlugin extends Plugin
                             'author' => 'Craig Andrews',
                             'homepage' => 'http://status.net/wiki/Plugin:Autocomplete',
                             'rawdescription' =>
-                            _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.'));
+                            // TRANS: Plugin description.
+                            _m('The autocomplete plugin adds autocompletion for @ replies.'));
         return true;
     }
 }