i18n for legend in remote sub form

This commit is contained in:
Evan Prodromou 2009-04-02 06:10:32 -04:00
parent 30a72a93c8
commit 26194cd1d6
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ class RemotesubscribeAction extends Action
'class' => 'form_settings',
'action' => common_local_url('remotesubscribe')));
$this->elementStart('fieldset');
$this->element('legend', 'Subscribe to a remote user');
$this->element('legend', _('Subscribe to a remote user'));
$this->hidden('token', common_session_token());
$this->elementStart('ul', 'form_data');