|
@@ -15,7 +15,7 @@ class FloodProtectionMixin(object):
|
|
|
if wait_for < 5:
|
|
|
raise forms.ValidationError(_("You can't post one message so quickly after another. Please wait a moment and try again."))
|
|
|
else:
|
|
|
- raise forms.ValidationError(ungettext(
|
|
|
+ raise forms.ValidationError(ungettext_lazy(
|
|
|
"You can't post one message so quickly after another. Please wait %(seconds)d second and try again.",
|
|
|
"You can't post one message so quickly after another. Please wait %(seconds)d seconds and try again.",
|
|
|
wait_for) % {
|