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:
Sarven Capadisli 2010-03-03 10:32:54 -05:00
parent f7ba5566bc
commit 1a4652b1ad
1 changed files with 1 additions and 1 deletions

View File

@ -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');
}