X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FTabFocus%2FTabFocusPlugin.php;h=0dd7a902efe1d8868a5607a83468ed43791c9181;hb=f110fc5c9a61ac666d88714b170b12f99d911b11;hp=1b1d1c2b0aba2800c92a93e9f061c5991182b2e3;hpb=91485718c4a07e217f41d395d7e7cf057875e751;p=quix0rs-gnu-social.git diff --git a/plugins/TabFocus/TabFocusPlugin.php b/plugins/TabFocus/TabFocusPlugin.php index 1b1d1c2b0a..0dd7a902ef 100644 --- a/plugins/TabFocus/TabFocusPlugin.php +++ b/plugins/TabFocus/TabFocusPlugin.php @@ -47,10 +47,11 @@ class TabFocusPlugin extends Plugin function onPluginVersion(&$versions) { $versions[] = array('name' => 'TabFocus', - 'version' => STATUSNET_VERSION, + 'version' => GNUSOCIAL_VERSION, '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; }