index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Daniel Girtler <blackrabbit256@gmail.com> | 2022-05-18 21:59:49 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-18 13:59:49 +0200 |
commit | 65a5a335aa21ea44fd99fb200e238df54b3c2e47 (patch) | |
tree | 5b7a1d3937fc283c91734b7ab4f06e376bb59fdb /archinstall/lib/user_interaction/general_conf.py | |
parent | 089c46db4a3c89dd8ba670419369c405bec3a270 (diff) |
-rw-r--r-- | archinstall/lib/user_interaction/general_conf.py | 1 |
diff --git a/archinstall/lib/user_interaction/general_conf.py b/archinstall/lib/user_interaction/general_conf.py index c3a2a7a7..d4dc60db 100644 --- a/archinstall/lib/user_interaction/general_conf.py +++ b/archinstall/lib/user_interaction/general_conf.py @@ -142,7 +142,6 @@ def select_profile(preset) -> Optional[Profile]: options[option] = profile title = _('This is a list of pre-programmed profiles, they might make it easier to install things like desktop environments') - warning = str(_('Are you sure you want to reset this setting?')) selection = Menu( |