|
@@ -208,13 +208,13 @@ function install_apps_selected {
|
208
|
208
|
dialog --title $"$installs" \
|
209
|
209
|
--backtitle $"Freedombone" \
|
210
|
210
|
--defaultno \
|
211
|
|
- --yesno $"\nThis will install the $installs app.\n\nProceed?" 9 40
|
|
211
|
+ --yesno $"\nThis will install the $installs app\n\nProceed?" 9 40
|
212
|
212
|
else
|
213
|
213
|
dialog_height=$((15 + $n))
|
214
|
214
|
dialog --title $"Add applications" \
|
215
|
215
|
--backtitle $"Freedombone" \
|
216
|
216
|
--defaultno \
|
217
|
|
- --yesno $"\nYou have chosen to install $n apps.\n\n $installs\n\nProceed?" $dialog_height 60
|
|
217
|
+ --yesno $"\nYou have chosen to install $n apps\n\n $installs\n\nProceed?" $dialog_height 60
|
218
|
218
|
fi
|
219
|
219
|
sel=$?
|
220
|
220
|
case $sel in
|