Commit ffb0256d authored by Michal Čihař's avatar Michal Čihař

Wrap long line

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent ac4fbf6e
...@@ -303,7 +303,10 @@ class TranslationForm(ChecksumForm): ...@@ -303,7 +303,10 @@ class TranslationForm(ChecksumForm):
required=False, required=False,
) )
fuzzy = forms.BooleanField( fuzzy = forms.BooleanField(
label=pgettext_lazy('Checkbox for marking translation needing review', 'Needs review'), label=pgettext_lazy(
'Checkbox for marking translation needing review',
'Needs review'
),
required=False required=False
) )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment