summaryrefslogtreecommitdiff
path: root/actions/remotesubscribe.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-04-03 12:47:25 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-04-03 12:47:25 -0400
commitd68ac2e1d3319193c8ee01db4c2adf846fe4accf (patch)
tree3651b67fff460c853c6f245ee827352273b3f6c3 /actions/remotesubscribe.php
parentbd120bc3153e3502790ec976769febd41f790568 (diff)
parent26194cd1d6dbd7ceb021b8e215e7a7ad7b29116f (diff)
Merge branch '0.7.x' into 0.8.x
Diffstat (limited to 'actions/remotesubscribe.php')
-rw-r--r--actions/remotesubscribe.php2
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');