diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-04-11 23:22:36 +0200 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-04-11 23:22:36 +0200 |
commit | 97ee2c2f125af15dc014e2a77aed225f3fc43c6e (patch) | |
tree | a232d03db316072730aa46063cb3b45a9bc741aa | |
parent | 76d3fdacae22c206f7b9a04d64ec343604fc24d0 (diff) |
Fix a typo and small error in translator documentation
-rw-r--r-- | actions/imsettings.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/imsettings.php b/actions/imsettings.php index 6e138d3a6..6691c8dad 100644 --- a/actions/imsettings.php +++ b/actions/imsettings.php @@ -127,7 +127,7 @@ class ImsettingsAction extends ConnectSettingsAction '(Did you add %s to your buddy list?)'), jabber_daemon_address())); $this->hidden('jabber', $confirm->address); - // TRANS: Button label to cancel a IM address confirmation procedure. + // TRANS: Button label to cancel an IM address confirmation procedure. $this->submit('cancel', _m('BUTTON','Cancel')); } else { $this->elementStart('ul', 'form_data'); @@ -135,7 +135,7 @@ class ImsettingsAction extends ConnectSettingsAction // TRANS: Field label for IM address input in IM settings form. $this->input('jabber', _('IM address'), ($this->arg('jabber')) ? $this->arg('jabber') : null, - // TRANS: Form note in IM settings form. + // TRANS: IM address input field instructions in IM settings form. // TRANS: %s is the IM address set for the site. sprintf(_('Jabber or GTalk address, '. 'like "UserName@example.org". '. |