]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
i18n for legend in remote sub form
authorEvan Prodromou <evan@controlyourself.ca>
Thu, 2 Apr 2009 10:10:32 +0000 (06:10 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Thu, 2 Apr 2009 10:10:32 +0000 (06:10 -0400)
actions/remotesubscribe.php

index 2e721a38b01f7c3d70f0c2270bed534db17480e5..0b117489621d7307776b5266177e21e7b35be788 100644 (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');