summaryrefslogtreecommitdiff
path: root/lib/unblockform.php
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2010-10-31 00:58:35 +0200
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2010-10-31 00:58:35 +0200
commit08edd1fedfab532b1266a99f4d4b4b13a2e3aa6b (patch)
tree385411290688892be9a6db12120e8fcede65a36f /lib/unblockform.php
parent83233a8a43d45b10ad64f05123ee9b7f4d3b160b (diff)
* i18n/L10n updates.
* translator documentation added/updated. * superfluous whitespace removed.
Diffstat (limited to 'lib/unblockform.php')
-rw-r--r--lib/unblockform.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/unblockform.php b/lib/unblockform.php
index b89d7ff78..8daad3c92 100644
--- a/lib/unblockform.php
+++ b/lib/unblockform.php
@@ -44,7 +44,6 @@ if (!defined('STATUSNET')) {
*
* @see BlockForm
*/
-
class UnblockForm extends ProfileActionForm
{
/**
@@ -52,7 +51,6 @@ class UnblockForm extends ProfileActionForm
*
* @return string Name of the action, lowercased.
*/
-
function target()
{
return 'unblock';
@@ -63,11 +61,10 @@ class UnblockForm extends ProfileActionForm
*
* @return string Title of the form, internationalized
*/
-
function title()
{
// TRANS: Title for the form to unblock a user.
- return _('Unblock');
+ return _m('TITLE','Unblock');
}
/**
@@ -75,7 +72,6 @@ class UnblockForm extends ProfileActionForm
*
* @return string description of the form, internationalized
*/
-
function description()
{
// TRANS: Description of the form to unblock a user.