Calculate раздел переименован в "Раздел для данных"

legacy27
parent 749af0fdca
commit 5cf9f16ad6

@ -75,7 +75,7 @@ class SchemeOpt(object):
Update = "update" Update = "update"
UEFI = "uefi" UEFI = "uefi"
LVM = "lvm" LVM = "lvm"
Calculate = "calculate" Calculate = "data"
class AutopartitionHelper(VariableInterface): class AutopartitionHelper(VariableInterface):
@ -522,7 +522,7 @@ class VariableClAutopartitionScheme(AutopartitionHelper, Variable):
return [ return [
(SchemeOpt.Swap, _("Swap partition")), (SchemeOpt.Swap, _("Swap partition")),
(SchemeOpt.Update, _("The partition for the update")), (SchemeOpt.Update, _("The partition for the update")),
(SchemeOpt.Calculate, _("/var/calculate partition")), (SchemeOpt.Calculate, _("Data partition")),
(SchemeOpt.UEFI, _("Use the UEFI bootloader")), (SchemeOpt.UEFI, _("Use the UEFI bootloader")),
(SchemeOpt.LVM, _("Use LVM")), (SchemeOpt.LVM, _("Use LVM")),
] ]

Loading…
Cancel
Save