Ralfp 12 лет назад
Родитель
Сommit
23c88ca1a5
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      misago/apps/threadtype/mixins.py

+ 1 - 1
misago/apps/threadtype/mixins.py

@@ -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) % {