Add translator documentation.

This commit is contained in:
Siebrand Mazeland 2011-06-19 11:54:10 +02:00
parent a0c80bb478
commit 9272fcd3ab
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ class TabFocusPlugin extends Plugin
'author' => 'Craig Andrews and Paul Irish',
'homepage' => 'http://status.net/wiki/Plugin:TabFocus',
'rawdescription' =>
// TRANS: Plugin description.
_m('TabFocus changes the notice form behavior so that, while in the text area, pressing the tab key focuses the "Send" button, matching the behavior of Twitter.'));
return true;
}