Fix: message typo
This commit is contained in:
parent
e5992eb278
commit
2078621172
@ -1290,7 +1290,7 @@ select_root_partition()
|
||||
done <<< "$PARTS"
|
||||
|
||||
if (( ptcount == 1 )); then # only one available device
|
||||
msg "Select Root Partition (/)" "\nOnly one partition that meets size requirements available\n." 1
|
||||
msg "Select Root Partition (/)" "\nOnly one partition that meets size requirements available.\n" 1
|
||||
ROOT_PART="$(awk 'NR==1 {print $1}' <<< "$pts")"
|
||||
else
|
||||
dlg ROOT_PART menu "Mount Root" "\nSelect the root (/) partition, this is where $DIST will be installed.\n\nDevices smaller than 8G will not be shown here." $pts
|
||||
|
Reference in New Issue
Block a user