]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/TabFocus/TabFocusPlugin.php
getByPK (primary key) lookup for Managed_DataObject instances
[quix0rs-gnu-social.git] / plugins / TabFocus / TabFocusPlugin.php
index 1b1d1c2b0aba2800c92a93e9f061c5991182b2e3..0dd7a902efe1d8868a5607a83468ed43791c9181 100644 (file)
@@ -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;
     }