From 8aae0dfd8482530b6606d785c3bbd55dda86766d Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 8 May 2017 11:36:52 +0100 Subject: [PATCH] Title when adding apps --- src/freedombone-addremove | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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