src/cm/views/texts.py
changeset 235 b23aee4dd81d
parent 234 b33dd64a57f0
child 237 48c4d74c5cd9
equal deleted inserted replaced
234:b33dd64a57f0 235:b23aee4dd81d
   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