X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Funsilenceform.php;h=520efda4e7a73dcd32a5e887540903634d346f38;hb=349e842078c5d69901df6ec9205cf7edcb4c4636;hp=ac02b8b6c626b1ff8f25cc9762dd7c46fe808403;hpb=6a1afda259c5223449f679a64f932e36df5ebe39;p=quix0rs-gnu-social.git diff --git a/lib/unsilenceform.php b/lib/unsilenceform.php index ac02b8b6c6..520efda4e7 100644 --- a/lib/unsilenceform.php +++ b/lib/unsilenceform.php @@ -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'); } }