Rafał Pitoń 11 years ago
parent
commit
77b74c6fd3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      misago/apps/threadtype/list/forms.py

+ 1 - 1
misago/apps/threadtype/list/forms.py

@@ -41,7 +41,7 @@ class MergeThreadsForm(Form, ValidateThreadNameMixin):
 
 
         if len(choices) > 2:
         if len(choices) > 2:
             self.add_field('final_poll', forms.TypedChoiceField(label=_("Final Poll"),
             self.add_field('final_poll', forms.TypedChoiceField(label=_("Final Poll"),
-                                                                help_text=_("More than one of threads that you are going to merge has poll. Select poll that will be used in merged thread of delete all polls."),
+                                                                help_text=_("More than one of threads that you are going to merge has poll. Select poll that will be used in merged thread or delete all polls."),
                                                                 choices=choices,
                                                                 choices=choices,
                                                                 coerce=int,
                                                                 coerce=int,
                                                                 initial=choices[1][0]))
                                                                 initial=choices[1][0]))