Browse Source

Small fix in language token.

Ralfp 12 years ago
parent
commit
1e96174734
1 changed files with 1 additions and 1 deletions
  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,