summaryrefslogtreecommitdiff
path: root/plugins/RegisterThrottle/RegisterThrottlePlugin.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/RegisterThrottle/RegisterThrottlePlugin.php')
-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 7e2dde80f..0078d3c60 100644
--- a/plugins/RegisterThrottle/RegisterThrottlePlugin.php
+++ b/plugins/RegisterThrottle/RegisterThrottlePlugin.php
@@ -158,7 +158,7 @@ class RegisterThrottlePlugin extends Plugin
foreach ($ids as $id) {
$profile = Profile::staticGet('id', $id);
if ($profile && $profile->isSilenced()) {
- throw new Exception(_("A banned user has registered from this address."));
+ throw new Exception(_m("A banned user has registered from this address."));
}
}
}