equal
deleted
inserted
replaced
636 required=False, |
636 required=False, |
637 initial=True, |
637 initial=True, |
638 help_text=ugettext_lazy("Create a new version of this text (recommended)") |
638 help_text=ugettext_lazy("Create a new version of this text (recommended)") |
639 ) |
639 ) |
640 |
640 |
641 keep_comments = forms.BooleanField(label=_("Keep comments (optional)"), |
641 keep_comments = forms.BooleanField(label=ugettext_lazy("Keep comments (optional)"), |
642 required=False, |
642 required=False, |
643 initial=True, |
643 initial=True, |
644 help_text=ugettext_lazy("Keep comments (if not affected by the edit)") |
644 help_text=ugettext_lazy("Keep comments (if not affected by the edit)") |
645 ) |
645 ) |
646 |
646 |