From 6daf294fd05aaed755ff00cf30aa51361d68f5c6 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Sun, 1 Apr 2018 14:11:37 +0200 Subject: [PATCH] better string --- CommonInstaller | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CommonInstaller b/CommonInstaller index 9127cb8..cd362c6 100644 --- a/CommonInstaller +++ b/CommonInstaller @@ -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