better string

merge-requests/23/head
Christopher Roy Bratusek 7 years ago
parent 525059492e
commit 6daf294fd0

@ -268,7 +268,7 @@ backup_nlpconflicts () {
ui_print " "
ui_print " ++ Moving ${app} to /sdcard/nanodroid_backups/"
ui_print " ++ it conflicts with microG location backends"
ui_print " ++ it conflicts with microG/location backends"
ui_print " "
elif [ -d "/system/app/${app}" ]; then
mkdir -p /sdcard/nanodroid_backups/app/
@ -276,7 +276,7 @@ backup_nlpconflicts () {
ui_print " "
ui_print " ++ Moving ${app} to /sdcard/nanodroid_backups/"
ui_print " ++ it conflicts with microG location backends"
ui_print " ++ it conflicts with microG/location backends"
ui_print " "
fi
;;
@ -285,7 +285,7 @@ backup_nlpconflicts () {
if [ -d "/system/priv-app/${app}" -o -d "/system/app/${app}" ]; then
ui_print " "
ui_print " ++ Creating overlay for ${app}"
ui_print " ++ it conflicts with microG location backends"
ui_print " ++ it conflicts with microG/location backends"
ui_print " "
if [ "${ROM_NO_XBIN}" -eq 1 ]; then

Loading…
Cancel
Save