]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/RegisterThrottle/RegisterThrottlePlugin.php
* onPluginVersion added.
[quix0rs-gnu-social.git] / plugins / RegisterThrottle / RegisterThrottlePlugin.php
index 7e2dde80fa1f2d9cdb363aae7f97f800cc7c7ee4..0078d3c6004ad7130d7ccf509dded28d7e62b7e0 100644 (file)
@@ -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."));
                 }
             }
         }