From 8ce0acca3303fc90c45b944f1e11204f14ce6076 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sun, 5 Jun 2011 19:59:50 +0200 Subject: [PATCH] Add translator documentation. --- .../ReverseUsernameAuthenticationPlugin.php | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/ReverseUsernameAuthentication/ReverseUsernameAuthenticationPlugin.php b/plugins/ReverseUsernameAuthentication/ReverseUsernameAuthenticationPlugin.php index 8a05a77340..568c1c9584 100644 --- a/plugins/ReverseUsernameAuthentication/ReverseUsernameAuthenticationPlugin.php +++ b/plugins/ReverseUsernameAuthentication/ReverseUsernameAuthenticationPlugin.php @@ -64,6 +64,7 @@ class ReverseUsernameAuthenticationPlugin extends AuthenticationPlugin 'author' => 'Craig Andrews', 'homepage' => 'http://status.net/wiki/Plugin:ReverseUsernameAuthentication', 'rawdescription' => + // TRANS: Plugin description. _m('The Reverse Username Authentication plugin allows for StatusNet to handle authentication by checking if the provided password is the same as the reverse of the username.')); return true; }