[unpackfs] Translate pretty module name

This commit is contained in:
Adriaan de Groot 2019-01-25 07:54:51 -05:00
parent 28efe2b85a
commit 79ce2c2d0f

View File

@ -36,6 +36,10 @@ _ = gettext.translation("calamares-python",
languages=utils.gettext_languages(),
fallback=True).gettext
def pretty_name():
return _("Installing filesystems.")
class UnpackEntry:
"""
Extraction routine using rsync.