From 2497b74e1a7b1501482aa940b8fc9b6f5ba044cc Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Tue, 27 Jun 2023 23:19:17 +0200 Subject: [PATCH] rename to Quick Setup --- usr/lib/archboot/installer/autoprepare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/installer/autoprepare.sh b/usr/lib/archboot/installer/autoprepare.sh index ac14fc842..29c8e62ae 100644 --- a/usr/lib/archboot/installer/autoprepare.sh +++ b/usr/lib/archboot/installer/autoprepare.sh @@ -284,7 +284,7 @@ _autoprepare() { btrfs subvolume set-default "${_DESTDIR}"/"${_MP}" || return 1 fi done - _dialog --infobox "Auto-Prepare was successful.\nContinuing in 5 seconds..." 4 40 + _dialog --infobox "Quick Setup was successful.\nContinuing in 5 seconds..." 4 40 sleep 5 _S_MKFSAUTO=1 }