X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Funsandboxform.php;h=9cb39aeb02282d430226f93f08d36c7a2862bd47;hb=d6423bbbc82204cb7f64068eb541bcba1f7f2740;hp=a77634244a3190acb77c46c7b7e4e76fd0fc4fe5;hpb=9cc0d6524073b0a997289c0998443d25130730f2;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'); } }