diff --git a/pym/install/variables/system.py b/pym/install/variables/system.py index feac7ee..1637edc 100644 --- a/pym/install/variables/system.py +++ b/pym/install/variables/system.py @@ -365,9 +365,9 @@ class VariableClMigrateAdmin(UserHelper, Variable): def choice(self): return [ - (_("None"), "none"), - (_("Update system"), "update_system"), - (_("All"), "all") + ("none", _("None")), + ("update_system", _("Update system")), + ("all", _("All")) ] def get(self):