Title when adding apps

This commit is contained in:
Bob Mottram 2017-05-08 11:36:52 +01:00
parent cddd8f3c22
commit 8aae0dfd84
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ function install_apps_selected {
if [[ "$select_all_apps" != "add-all" ]]; then
# ask for confirmation
dialog --title $"Remove applications" \
dialog --title $"Add applications" \
--backtitle $"Freedombone" \
--defaultno \
--yesno $"\nYou have chosen to install $n apps.\n\n $installs\n\nIf you choose 'yes' then these will now be installed.\n\nAre you sure that you wish to continue?" 15 60