SetupWizard: string update

merge-requests/23/head
Christopher Roy Bratusek 6 years ago
parent 2a9bb03d9c
commit c94a3ad000

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

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

Loading…
Cancel
Save