[unpackfs] Translate pretty module name
This commit is contained in:
parent
28efe2b85a
commit
79ce2c2d0f
@ -36,6 +36,10 @@ _ = gettext.translation("calamares-python",
|
|||||||
languages=utils.gettext_languages(),
|
languages=utils.gettext_languages(),
|
||||||
fallback=True).gettext
|
fallback=True).gettext
|
||||||
|
|
||||||
|
def pretty_name():
|
||||||
|
return _("Installing filesystems.")
|
||||||
|
|
||||||
|
|
||||||
class UnpackEntry:
|
class UnpackEntry:
|
||||||
"""
|
"""
|
||||||
Extraction routine using rsync.
|
Extraction routine using rsync.
|
||||||
|
Loading…
Reference in New Issue
Block a user