From 6de8f851fed7b98cdf3f23bb6bacca8aa94ef129 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 31 Aug 2023 08:14:45 +0200 Subject: [PATCH] change message --- usr/lib/archboot/update/manage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/update/manage.sh b/usr/lib/archboot/update/manage.sh index 0fd5c1e17..780a5131d 100644 --- a/usr/lib/archboot/update/manage.sh +++ b/usr/lib/archboot/update/manage.sh @@ -180,7 +180,7 @@ _download_latest() { : > /.archboot _download_latest_task & _progress_wait "0" "99" "Downloading latest GIT..." "0.2" - _progress "100" "Downloading... done." + _progress "100" "Download finished." sleep 2 }