瀏覽代碼

Title when adding apps

Bob Mottram 7 年之前
父節點
當前提交
8aae0dfd84
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/freedombone-addremove

+ 1
- 1
src/freedombone-addremove 查看文件

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