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 UnblockForm extends ProfileActionForm
function title()
{
// TRANS: Title for the form to unblock a user.
return _('Unblock');
}
@@ -77,6 +78,7 @@ class UnblockForm extends ProfileActionForm
function description()
{
// TRANS: Description of the form to unblock a user.
return _('Unblock this user');
}
}