Changed label text for remote subscription to something similar. Given
that this button will be used within context of subscriptions, 'New' works along with the '+' icon.
This commit is contained in:
parent
f7ba5566bc
commit
1a4652b1ad
|
@ -727,7 +727,7 @@ class OStatusPlugin extends Plugin
|
|||
'class' => 'entity_subscribe'));
|
||||
$action->element('a', array('href' => common_local_url('ostatussub'),
|
||||
'class' => 'entity_remote_subscribe')
|
||||
, _m('Subscribe to remote user'));
|
||||
, _m('New'));
|
||||
$action->elementEnd('p');
|
||||
$action->elementEnd('div');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user