Bob Mottram 8 년 전
부모
커밋
1e612fa062
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/freedombone-addremove

+ 1
- 1
src/freedombone-addremove 파일 보기

56
 done
56
 done
57
 
57
 
58
 function mark_unselected_apps_as_removed {
58
 function mark_unselected_apps_as_removed {
59
-    # Initially mark the apps not selected on first install as being removed
59
+    # Initially mark the apps not chosen on first install as being removed
60
     # otherwise they may be automatically installed on the next update
60
     # otherwise they may be automatically installed on the next update
61
     select_all_apps=$1
61
     select_all_apps=$1
62
     if [[ "$select_all_apps" != "add-all" ]]; then
62
     if [[ "$select_all_apps" != "add-all" ]]; then