index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds@gmail.com> | 2021-03-08 14:47:41 +0100 |
---|---|---|
committer | Anton Hvornum <anton.feeds@gmail.com> | 2021-03-08 14:47:41 +0100 |
commit | 94daa8b98b8dba328e45b11ba51b25963c5dcf76 (patch) | |
tree | 0b29b2ca78a7b86b1118ff055944ff19bb84ed47 /archinstall | |
parent | 775a26f738002ad124200716b68f92ebc9e91a5c (diff) |
-rw-r--r-- | archinstall/lib/user_interaction.py | 2 |
diff --git a/archinstall/lib/user_interaction.py b/archinstall/lib/user_interaction.py index 01e3372c..2c8c30f8 100644 --- a/archinstall/lib/user_interaction.py +++ b/archinstall/lib/user_interaction.py @@ -91,7 +91,7 @@ def ask_for_disk_layout(): options = { 'keep-existing' : 'Keep existing partition layout and select which ones to use where.', 'format-all' : 'Format entire drive and setup a basic partition scheme.', - 'abort' : 'abort' + 'abort' : 'Abort the installation.' } return generic_select(options.values(), "Found partitions on the selected drive, (select by number) what you want to do: ") |