Single word avoids splitting

This commit is contained in:
Bob Mottram 2016-09-30 13:48:36 +01:00
parent 8e49dd24e0
commit 5a320d2a86
1 changed files with 2 additions and 2 deletions

View File

@ -1866,8 +1866,8 @@ function app_settings {
fi
app_index=$[app_index+1]
done
backstr=$'Back to main menu'
applist="$applist $n \"$backstr\" on"
backstr=$'Exit'
applist="$applist $n $backstr on"
appnames+=("Exit")
choice=$(dialog --stdout --backtitle $"Freedombone" \