|
@@ -204,7 +204,7 @@ function install_apps_selected {
|
204
|
204
|
|
205
|
205
|
if [[ "$select_all_apps" != "add-all" ]]; then
|
206
|
206
|
# ask for confirmation
|
207
|
|
- dialog --title $"Remove applications" \
|
|
207
|
+ dialog --title $"Add applications" \
|
208
|
208
|
--backtitle $"Freedombone" \
|
209
|
209
|
--defaultno \
|
210
|
210
|
--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
|