From 734a8899aa5832ba2e21ab538d8e73e371620a30 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 3 Jul 2023 08:43:50 +0200 Subject: [PATCH] rename Local Mode to Offline Mode --- usr/lib/archboot/update/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/update/update.sh b/usr/lib/archboot/update/update.sh index e0b09245b..d09b1abf5 100644 --- a/usr/lib/archboot/update/update.sh +++ b/usr/lib/archboot/update/update.sh @@ -533,7 +533,7 @@ _install_graphic () { _hint_graphic_installed () { echo -e "\e[1;91mError: Graphical environment already installed...\e[m" - echo -e "You are running in \e[1mLocal mode\e[m with less than \e[1m4500 MB RAM\e[m, which only can launch \e[1mone\e[m environment." + echo -e "You are running in \e[1mOffline Mode\e[m with less than \e[1m4500 MB RAM\e[m, which only can launch \e[1mone\e[m environment." echo -e "Please relaunch your already used graphical environment from commandline." }