summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2010-09-18 11:52:35 +0200
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2010-09-18 11:52:35 +0200
commit26a9963dad3e7bbea6f5f7069f2272a58ee87891 (patch)
tree047772c86e5979d5e2c7f40e924c1628f72a67df
parent1ee1f6621f16140c332eec796fb9a344192393f6 (diff)
Update L10n.
-rw-r--r--plugins/RegisterThrottle/RegisterThrottlePlugin.php2
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;
}