Bob Mottram 8 лет назад
Родитель
Сommit
8aae0dfd84
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      src/freedombone-addremove

+ 1
- 1
src/freedombone-addremove Просмотреть файл

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