X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=actions%2Fsubscriptions.php;h=b4575565b902fe1a9da9d1417b15561d1858023b;hb=59043dca7fb6f974b11797c4d0f20e5b78b0611d;hp=9fc4656ac24f7e6d38268886bf31507ee3d99aae;hpb=41a883aeab970b1fe27c67524e04590456ddc92b;p=quix0rs-gnu-social.git diff --git a/actions/subscriptions.php b/actions/subscriptions.php index 9fc4656ac2..b4575565b9 100644 --- a/actions/subscriptions.php +++ b/actions/subscriptions.php @@ -227,8 +227,8 @@ class SubscriptionsListItem extends SubscriptionListItem } $this->out->element('input', $attrs); - // TRANS: Checkbox label for enabling Jabber messages for a profile in a subscriptions list. - $this->out->element('label', array('for' => 'jabber-'.$this->profile->id), _('IM')); + // TRANS: Checkbox label for enabling IM messages for a profile in a subscriptions list. + $this->out->element('label', array('for' => 'jabber-'.$this->profile->id), _m('LABEL','IM')); } else { $this->out->hidden('jabber', $sub->jabber); }