Added a abort message

This commit is contained in:
Anton Hvornum 2021-03-08 14:47:41 +01:00
parent 775a26f738
commit 94daa8b98b
1 changed files with 1 additions and 1 deletions

View File

@ -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: ")