summaryrefslogtreecommitdiff
path: root/lib/blockform.php
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2010-09-12 17:27:38 +0200
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2010-09-12 17:27:38 +0200
commit6b010ac79c75978f6782c3058d4453e4230ec2b6 (patch)
tree4aeba41c356efa17f89d6f47bd6d02446c32cc99 /lib/blockform.php
parent9bc4aaeca34a711e482c3f2c064bb18e65eda0be (diff)
Update/add translator documentation.
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');
}
}