summaryrefslogtreecommitdiff
path: root/actions/remotesubscribe.php
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-04-03 21:47:39 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-04-03 21:47:39 +0000
commite632f3be6f48c187b8049f35756b25ae80be2f0b (patch)
tree0a1b39d01ed7033d1d8ab8e3a369e3addb87b099 /actions/remotesubscribe.php
parent798984381f9ee40681d1feb4a7bef72460fe39f2 (diff)
parent123f6d7d0cfa707e7a5167257978a46aaa7d2938 (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');