Browse Source

Title when adding apps

Bob Mottram 7 years ago
parent
commit
8aae0dfd84
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-addremove

+ 1
- 1
src/freedombone-addremove View File

@@ -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