]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/unsilenceform.php
No more needed (for this fix) but maybe later. So I always only comment them out.
[quix0rs-gnu-social.git] / lib / unsilenceform.php
index ac02b8b6c626b1ff8f25cc9762dd7c46fe808403..520efda4e7a73dcd32a5e887540903634d346f38 100644 (file)
@@ -42,7 +42,6 @@ if (!defined('STATUSNET')) {
  *
  * @see      SilenceForm
  */
-
 class UnSilenceForm extends ProfileActionForm
 {
     /**
@@ -50,7 +49,6 @@ class UnSilenceForm extends ProfileActionForm
      *
      * @return string Name of the action, lowercased.
      */
-
     function target()
     {
         return 'unsilence';
@@ -61,9 +59,9 @@ class UnSilenceForm extends ProfileActionForm
      *
      * @return string Title of the form, internationalized
      */
-
     function title()
     {
+        // TRANS: Title for unsilence form.
         return _('Unsilence');
     }
 
@@ -72,9 +70,9 @@ class UnSilenceForm extends ProfileActionForm
      *
      * @return string description of the form, internationalized
      */
-
     function description()
     {
+        // TRANS: Form description for unsilence form.
         return _('Unsilence this user');
     }
 }