diff --git a/pym/install/variables/autopartition.py b/pym/install/variables/autopartition.py index e48bbd3..730d818 100644 --- a/pym/install/variables/autopartition.py +++ b/pym/install/variables/autopartition.py @@ -75,7 +75,7 @@ class SchemeOpt(object): Update = "update" UEFI = "uefi" LVM = "lvm" - Calculate = "calculate" + Calculate = "data" class AutopartitionHelper(VariableInterface): @@ -522,7 +522,7 @@ class VariableClAutopartitionScheme(AutopartitionHelper, Variable): return [ (SchemeOpt.Swap, _("Swap partition")), (SchemeOpt.Update, _("The partition for the update")), - (SchemeOpt.Calculate, _("/var/calculate partition")), + (SchemeOpt.Calculate, _("Data partition")), (SchemeOpt.UEFI, _("Use the UEFI bootloader")), (SchemeOpt.LVM, _("Use LVM")), ]