Commit 83a42de1 authored by Michal Čihař's avatar Michal Čihař

Use consistent naming with checks

parent 63e59886
......@@ -40,7 +40,7 @@ class RemoveZeroSpace(AutoFix):
Remove zero width space if there is none in the source.
'''
name = _('Zero width space')
name = _('Zero-width space')
def fix_single_target(self, target, source, unit):
if u'\u200b' not in source and u'\u200b' in target:
......
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