diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-04-02 06:10:32 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-04-02 06:10:32 -0400 |
commit | 26194cd1d6dbd7ceb021b8e215e7a7ad7b29116f (patch) | |
tree | b204d1a1e53b48f1b1f71b15aba6054e9d31b961 | |
parent | 30a72a93c80acc4b7b02228db52fad413f258bd9 (diff) |
i18n for legend in remote sub form
-rw-r--r-- | actions/remotesubscribe.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/remotesubscribe.php b/actions/remotesubscribe.php index 2e721a38b..0b1174896 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'); |