diff options
-rwxr-xr-x | joes-arch-install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/joes-arch-install.sh b/joes-arch-install.sh index bd3b070..17883c3 100755 --- a/joes-arch-install.sh +++ b/joes-arch-install.sh @@ -148,7 +148,7 @@ jo_get_root_size() { while [ "$gogogo" = false ]; do rts=$(dialog\ --nocancel --title "$1"\ - --inputbox "Please enter your swap partition disired size: (__G)"\ + --inputbox "Please enter your root partition disired size: (__G)"\ 7 65\ "25"\ 3>&1 1>&2 2>&3 3>&-) |