linuxmint / nemo-extensions

A set of extensions for Nemo
410 stars 150 forks source link

nemo-compare.py: NameError: name '_' is not defined #517

Closed claudiux closed 6 months ago

claudiux commented 6 months ago

This message appears in ~/.xsession-errors:

Traceback (most recent call last):
  File "/usr/share/nemo-python/extensions/nemo-compare.py", line 168, in get_name_and_desc
    description = _("Allows file comparison from the context menu")
NameError: name '_' is not defined
Traceback (most recent call last):
  File "/usr/share/nemo-python/extensions/nemo-compare.py", line 168, in get_name_and_desc
    description = _("Allows file comparison from the context menu")
NameError: name '_' is not defined
leigh123linux commented 6 months ago

Duplicate of #513