From: Evan Prodromou Date: Thu, 2 Apr 2009 10:10:32 +0000 (-0400) Subject: i18n for legend in remote sub form X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=26194cd1d6dbd7ceb021b8e215e7a7ad7b29116f;p=quix0rs-gnu-social.git i18n for legend in remote sub form --- diff --git a/actions/remotesubscribe.php b/actions/remotesubscribe.php index 2e721a38b0..0b11748962 100644 --- a/actions/remotesubscribe.php +++ b/actions/remotesubscribe.php @@ -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');