From c94a3ad0007eef2e25d231df2cff4132819e53f5 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Tue, 24 Apr 2018 20:30:31 +0200 Subject: [PATCH] SetupWizard: string update --- setup-wizard/META-INF/com/google/android/aroma-config | 8 ++++---- setup-wizard/nanodroid-setup | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/setup-wizard/META-INF/com/google/android/aroma-config b/setup-wizard/META-INF/com/google/android/aroma-config index d6687bd..ab373c8 100644 --- a/setup-wizard/META-INF/com/google/android/aroma-config +++ b/setup-wizard/META-INF/com/google/android/aroma-config @@ -63,7 +63,7 @@ checkbox( "microG", "Install microG OSS GApps re-implementation", 1, "F-Droid", "Install F-Droid FOSS App Store", 1, "Apps", "Install Apps (customized later)", 1, - "Overlay", "[Magisk] Pseudo-Debloat Apps (customized later)", 1, + "Overlay", "Debloat Apps (customized later)", 1, "Zelda Tunes", "Install The Legend of Zelda rintones and sounds", 1, "Maps API v1", "Install Google Maps API version 1", 1, "Init Scripts", "Install init scripts", 1, @@ -140,12 +140,12 @@ checkbox( ); checkbox( - "Pseudo-Debloat Setup", - "Pseudo-Debloat Setup", + "Debloat Setup", + "Debloat Setup", "icons/update", "debloat.prop", - "Select which Apps to Pseudo-Debloat [Magisk] (if enabled)", "", 2, #-- Group 1 + "Select which Apps to Debloat (if enabled)", "", 2, #-- Group 1 "BasicDreams", "Screensaver", 1, "Browser", "Standard Browser", 1, "Calendar", "Standard Calendar", 1, diff --git a/setup-wizard/nanodroid-setup b/setup-wizard/nanodroid-setup index fe43d8d..93ed840 100644 --- a/setup-wizard/nanodroid-setup +++ b/setup-wizard/nanodroid-setup @@ -35,7 +35,7 @@ apps_add () { overlay_add () { if grep -q "item.1.${1}=1" "${debloat_prop}"; then - ui_print " <>> mark for pseudo-debloating: ${2}" + ui_print " <>> mark for debloating: ${2}" echo "${2}" >> "${nanodroid_overlay}" fi } @@ -158,7 +158,7 @@ apps_add 27 XDALabs apps_add 28 YahooWeatherProvider ui_print " " -ui_print " < Pseudo-Debloated Applications" +ui_print " < Debloated Applications" overlay_add 1 BasicDreams overlay_add 2 Browser