]> 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 324d278b928d08fe68658ae7164ea65f1546567e..520efda4e7a73dcd32a5e887540903634d346f38 100644 (file)
@@ -40,17 +40,15 @@ if (!defined('STATUSNET')) {
  * @license  http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
  * @link     http://status.net/
  *
- * @see      UnSilenceForm
+ * @see      SilenceForm
  */
-
-class UnSilenceForm extends Form
+class UnSilenceForm extends ProfileActionForm
 {
     /**
      * Action this form provides
      *
      * @return string Name of the action, lowercased.
      */
-
     function target()
     {
         return 'unsilence';
@@ -61,9 +59,9 @@ class UnSilenceForm extends Form
      *
      * @return string Title of the form, internationalized
      */
-
     function title()
     {
+        // TRANS: Title for unsilence form.
         return _('Unsilence');
     }
 
@@ -72,9 +70,9 @@ class UnSilenceForm extends Form
      *
      * @return string description of the form, internationalized
      */
-
     function description()
     {
+        // TRANS: Form description for unsilence form.
         return _('Unsilence this user');
     }
 }