[unpackfs] Improve human-readable name

This commit is contained in:
Adriaan de Groot 2019-03-29 17:32:52 -04:00
parent 5c4f2423f8
commit fb412c177c

View File

@ -37,7 +37,7 @@ _ = gettext.translation("calamares-python",
fallback=True).gettext
def pretty_name():
return _("Installing filesystems.")
return _("Filling up filesystems.")
class UnpackEntry: