]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Tweak bit.ly admin panel messages to distinguish the admin settings from config.php...
authorBrion Vibber <brion@pobox.com>
Thu, 7 Oct 2010 20:17:20 +0000 (13:17 -0700)
committerBrion Vibber <brion@pobox.com>
Thu, 7 Oct 2010 20:17:20 +0000 (13:17 -0700)
plugins/BitlyUrl/bitlyadminpanelaction.php

index 046ae52c2a1696b14f9cf757b422514b09f28d91..05b8e8326748540758e52f7fb4da076b34baad74 100644 (file)
@@ -188,7 +188,7 @@ class BitlyAdminPanelForm extends AdminForm
             'fieldset',
             array('id' => 'settings_bitly')
         );
-        $this->out->element('legend', null, _m('Default credentials'));
+        $this->out->element('legend', null, _m('Credentials'));
 
         // Do we have global defaults to fall back on?
         $login = $apiKey = false;
@@ -196,7 +196,7 @@ class BitlyAdminPanelForm extends AdminForm
         $haveGlobalDefaults = ($login && $apiKey);
         if ($login && $apiKey) {
             $this->out->element('p', 'form_guide',
-                _m('Leave these empty to use the default credentials.'));
+                _m('Leave these empty to use global default credentials.'));
         } else {
             $this->out->element('p', 'form_guide',
                 _m('If you leave these empty, bit.ly will be unavailable to users.'));