From 9272fcd3ab240b4242fdad75254be7f4ca641374 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sun, 19 Jun 2011 11:54:10 +0200 Subject: [PATCH] Add translator documentation. --- plugins/TabFocus/TabFocusPlugin.php | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/TabFocus/TabFocusPlugin.php b/plugins/TabFocus/TabFocusPlugin.php index 1b1d1c2b0a..58f3d06b11 100644 --- a/plugins/TabFocus/TabFocusPlugin.php +++ b/plugins/TabFocus/TabFocusPlugin.php @@ -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; }