]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/sandboxform.php
If there's no Happening, we can't use the RSVP.
[quix0rs-gnu-social.git] / lib / sandboxform.php
index 7a98e0a5f9e19580f4b40b9c03f4811304be8133..d1e4fea96357839cc9d75b8a579af6f015cbaa33 100644 (file)
@@ -42,7 +42,6 @@ if (!defined('STATUSNET')) {
  *
  * @see      UnSandboxForm
  */
-
 class SandboxForm extends ProfileActionForm
 {
     /**
@@ -50,7 +49,6 @@ class SandboxForm extends ProfileActionForm
      *
      * @return string Name of the action, lowercased.
      */
-
     function target()
     {
         return 'sandbox';
@@ -61,10 +59,10 @@ class SandboxForm extends ProfileActionForm
      *
      * @return string Title of the form, internationalized
      */
-
     function title()
     {
-        return _('Sandbox');
+        // TRANS: Title of form to sandbox a user.
+        return _m('TITLE','Sandbox');
     }
 
     /**
@@ -72,9 +70,9 @@ class SandboxForm extends ProfileActionForm
      *
      * @return string description of the form, internationalized
      */
-
     function description()
     {
+        // TRANS: Description of form to sandbox a user.
         return _('Sandbox this user');
     }
 }