From 0596198357bc6ba0baff8eb46d78f271747a9bb0 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 4 Dec 2018 11:38:58 +0100 Subject: Translation --- ishtar_common/forms.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ishtar_common/forms.py') diff --git a/ishtar_common/forms.py b/ishtar_common/forms.py index b27d4cf4d..e7f73f2d9 100644 --- a/ishtar_common/forms.py +++ b/ishtar_common/forms.py @@ -754,10 +754,10 @@ class QAForm(CustomForm, ManageOldType): u" ; ".join(values)) if k not in self.REPLACE_FIELDS: self.fields[k].label = unicode(self.fields[k].label) + \ - unicode(u" - append to existing") + unicode(_(u" - append to existing")) else: self.fields[k].label = unicode(self.fields[k].label) + \ - unicode(u" - replace") + unicode(_(u" - replace")) def _set_value(self, item, base_key): value = self.cleaned_data[base_key] -- cgit v1.2.3