src/cm/views/texts.py
changeset 235 b23aee4dd81d
parent 234 b33dd64a57f0
child 237 48c4d74c5cd9
--- a/src/cm/views/texts.py	Fri Mar 26 12:18:33 2010 +0100
+++ b/src/cm/views/texts.py	Fri Mar 26 12:19:38 2010 +0100
@@ -638,7 +638,7 @@
                            help_text=ugettext_lazy("Create a new version of this text (recommended)")
                            )
 
-    keep_comments = forms.BooleanField(label=_("Keep comments (optional)"),
+    keep_comments = forms.BooleanField(label=ugettext_lazy("Keep comments (optional)"),
                            required=False,
                            initial=True,
                            help_text=ugettext_lazy("Keep comments (if not affected by the edit)")