Updated label and note text for user and group remote subscribe forms

This commit is contained in:
Sarven Capadisli 2010-03-03 20:08:55 -05:00
parent 1761b185bf
commit 6a5a629afa
2 changed files with 4 additions and 4 deletions

View File

@ -72,9 +72,9 @@ class OStatusGroupAction extends OStatusSubAction
$this->elementStart('ul', 'form_data');
$this->elementStart('li');
$this->input('profile',
_m('Group profile URL'),
_m('Join group'),
$this->profile_uri,
_m('Enter the profile URL of a group on another StatusNet site'));
_m("OStatus group's address, like http://example.net/group/nickname"));
$this->elementEnd('li');
$this->elementEnd('ul');

View File

@ -62,9 +62,9 @@ class OStatusSubAction extends Action
$this->elementStart('ul', 'form_data');
$this->elementStart('li');
$this->input('profile',
_m('Address or profile URL'),
_m('Subscribe to'),
$this->profile_uri,
_m('Enter the profile URL of a PubSubHubbub-enabled feed'));
_m("OStatus user's address, like nickname@example.com or http://example.net/user/nickname"));
$this->elementEnd('li');
$this->elementEnd('ul');