Update translator documentation.

i18n/L10n fixes.
Superfluous whitespace removed.
onPluginVersion() added where missing.
This commit is contained in:
Siebrand Mazeland
2011-04-06 14:57:48 +02:00
parent cca159883a
commit 5f591e05ae
6 changed files with 19 additions and 4 deletions

View File

@@ -79,6 +79,7 @@ class AutocompletePlugin extends Plugin
'author' => 'Craig Andrews',
'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.'));
return true;
}