X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Funsandboxform.php;h=9cb39aeb02282d430226f93f08d36c7a2862bd47;hb=f9d82a6ac588bfc5458d063d172513263eac0073;hp=a77634244a3190acb77c46c7b7e4e76fd0fc4fe5;hpb=bac2d80c919a78d5cafd57f712872a90cda04847;p=quix0rs-gnu-social.git diff --git a/lib/unsandboxform.php b/lib/unsandboxform.php index a77634244a..9cb39aeb02 100644 --- a/lib/unsandboxform.php +++ b/lib/unsandboxform.php @@ -44,7 +44,6 @@ if (!defined('STATUSNET')) { * * @see UnSandboxForm */ - class UnsandboxForm extends ProfileActionForm { /** @@ -52,7 +51,6 @@ class UnsandboxForm extends ProfileActionForm * * @return string Name of the action, lowercased. */ - function target() { return 'unsandbox'; @@ -63,10 +61,10 @@ class UnsandboxForm extends ProfileActionForm * * @return string Title of the form, internationalized */ - function title() { - return _('Unsandbox'); + // TRANS: Title for unsandbox form. + return _m('TITLE','Unsandbox'); } /** @@ -74,9 +72,9 @@ class UnsandboxForm extends ProfileActionForm * * @return string description of the form, internationalized */ - function description() { + // TRANS: Description for unsandbox form. return _('Unsandbox this user'); } }