diff --git a/src/freedombone-addremove b/src/freedombone-addremove index 2e1b648b..4640f552 100755 --- a/src/freedombone-addremove +++ b/src/freedombone-addremove @@ -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