Update/add translator documentation.

This commit is contained in:
Siebrand Mazeland
2010-09-12 17:27:38 +02:00
parent 9bc4aaeca3
commit 6b010ac79c
4 changed files with 29 additions and 3 deletions

View File

@@ -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');
}
}