diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-09-12 17:27:38 +0200 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-09-12 17:27:38 +0200 |
commit | 6b010ac79c75978f6782c3058d4453e4230ec2b6 (patch) | |
tree | 4aeba41c356efa17f89d6f47bd6d02446c32cc99 /lib/unblockform.php | |
parent | 9bc4aaeca34a711e482c3f2c064bb18e65eda0be (diff) |
Update/add translator documentation.
Diffstat (limited to 'lib/unblockform.php')
-rw-r--r-- | lib/unblockform.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/unblockform.php b/lib/unblockform.php index 2a444f7cd..b89d7ff78 100644 --- a/lib/unblockform.php +++ b/lib/unblockform.php @@ -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'); } } |