From fa3fe99d1c83049037b061195f611becea49e3dc Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sat, 24 Jun 2023 21:04:17 +0200 Subject: [PATCH] rename Auto-Prepare to Quick Setup --- usr/lib/archboot/installer/base.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/installer/base.sh b/usr/lib/archboot/installer/base.sh index b0b6e53ad..133d133f2 100644 --- a/usr/lib/archboot/installer/base.sh +++ b/usr/lib/archboot/installer/base.sh @@ -187,7 +187,7 @@ _prepare_storagedrive() { _CANCEL="" #shellcheck disable=SC2086 dialog ${_DEFAULT} --backtitle "${_TITLE}" --menu "Prepare Storage Device" 12 60 5 \ - "1" "Auto-Prepare (erases the ENTIRE storage device)" \ + "1" "Quick Setup (erases the ENTIRE storage device)" \ "2" "Partition Storage Device" \ "3" "Manage Software Raid, LVM2 and LUKS Encryption" \ "4" "Set Filesystem Mountpoints" \