Update L10n.

This commit is contained in:
Siebrand Mazeland 2010-09-18 11:52:35 +02:00
parent 1ee1f6621f
commit 26a9963dad
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}