diff options
Diffstat (limited to '')
-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 7f6792b..e13639e 100755 --- a/joes-arch-install.sh +++ b/joes-arch-install.sh @@ -271,7 +271,7 @@ jo_get_usr_config() { isusrsudo=true fi usrshell=$(dialog --title "$1"\ - --menu "Choose a shell for this $usr:"\ + --menu "Choose a shell for $usr:"\ 10 40 3\ "zsh" "The z shell"\ "bash" "The bourne-against shell"\ |