]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/accessadminpanel.php
Email notify-on-fave moved to Profile_prefs (run upgrade.php)
[quix0rs-gnu-social.git] / actions / accessadminpanel.php
index 027c69c5e5d64855e303bd7eb35756d75e6a824f..55fc349f25a55714a4d55b3bc8205acbf59ee03e 100644 (file)
@@ -187,9 +187,9 @@ class AccessAdminPanelForm extends AdminForm
      */
     function formActions()
     {
-        // TRANS: Title for button to save access settings in site admin panel.
-        $title = _('Save access settings');
-        // TRANS: Tooltip for button to save access settings in site admin panel.
+        // TRANS: Button title to save access settings in site admin panel.
+        $title = _('Save access settings.');
+        // TRANS: Button text to save access settings in site admin panel.
         $this->out->submit('submit', _m('BUTTON', 'Save'), 'submit', null, $title);
     }
 }