summaryrefslogtreecommitdiff
path: root/lib/blockform.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-09-13 09:29:32 -0400
committerEvan Prodromou <evan@status.net>2010-09-13 09:29:32 -0400
commit9aadd3cb4216f2917858b5a4eacfc5e3dc17a9ac (patch)
tree5d3a346ef61de88fa5bbf037dc9ab1c8b9f60c00 /lib/blockform.php
parent398df867de63febdc4c9ea68ad90e611d765b54d (diff)
parent0d1b60b11df70ea97984d857bcab8dd0b694334e (diff)
Merge remote branch 'gitorious/0.9.x' into 0.9.x
Diffstat (limited to 'lib/blockform.php')
-rw-r--r--lib/blockform.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/blockform.php b/lib/blockform.php
index b6652b1f6..54552b3e5 100644
--- a/lib/blockform.php
+++ b/lib/blockform.php
@@ -66,6 +66,7 @@ class BlockForm extends ProfileActionForm
function title()
{
+ // TRANS: Title for the form to block a user.
return _('Block');
}
@@ -77,6 +78,7 @@ class BlockForm extends ProfileActionForm
function description()
{
+ // TRANS: Description of the form to block a user.
return _('Block this user');
}
}