diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-09-18 11:52:35 +0200 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-09-18 11:52:35 +0200 |
commit | 26a9963dad3e7bbea6f5f7069f2272a58ee87891 (patch) | |
tree | 047772c86e5979d5e2c7f40e924c1628f72a67df | |
parent | 1ee1f6621f16140c332eec796fb9a344192393f6 (diff) |
Update L10n.
-rw-r--r-- | plugins/RegisterThrottle/RegisterThrottlePlugin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/RegisterThrottle/RegisterThrottlePlugin.php b/plugins/RegisterThrottle/RegisterThrottlePlugin.php index 89c1d3d00..b6e9a9026 100644 --- a/plugins/RegisterThrottle/RegisterThrottlePlugin.php +++ b/plugins/RegisterThrottle/RegisterThrottlePlugin.php @@ -196,7 +196,7 @@ class RegisterThrottlePlugin extends Plugin 'author' => 'Evan Prodromou', 'homepage' => 'http://status.net/wiki/Plugin:RegisterThrottle', 'description' => - _m('Throttles excessive registration from a single IP.')); + _m('Throttles excessive registration from a single IP address.')); return true; } |