Ralfp 12 лет назад
Родитель
Сommit
1e96174734
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      misago/fixtures/threadssettings.py

+ 1 - 1
misago/fixtures/threadssettings.py

@@ -78,7 +78,7 @@ settings_fixture = (
                 'input':        "text",
                 'extra':        {'min': 0, 'max': 99},
                 'name':         _('Score inflation'),
-                'description':  _("Thread popularity system requires inflation to be defined in order to be effective. updatethreadranking task will lower thread scores by percent defined here on every launch. For example, yf you enter 5, thread scores will be lowered by 5% on every update. Enter zero to disable inflation."),
+                'description':  _("Thread popularity system requires inflation to be defined in order to be effective. updatethreadranking task will lower thread scores by percent defined here on every launch. For example, if you enter 5, thread scores will be lowered by 5%% on every update. Enter zero to disable inflation."),
             }),
             ('post_length_min', {
                 'value':        5,