From 29393f513dc4525f3bb6cf34eb70f452c11a0730 Mon Sep 17 00:00:00 2001 From: Robin Candau Date: Sat, 6 Jan 2024 21:23:38 +0100 Subject: [PATCH] Better phrasing for the NoNews warning message --- src/script/arch-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script/arch-update.sh b/src/script/arch-update.sh index a497bb9..60febae 100755 --- a/src/script/arch-update.sh +++ b/src/script/arch-update.sh @@ -568,7 +568,7 @@ case "${option}" in list_news else echo - warning_msg "NoNews option detected\nPlease, keep in mind that users are expected to check the latest Arch news to be aware of eventual required manual interventions before updating the system" + warning_msg "NoNews option detected\nPlease, keep in mind that users are expected to check the latest Arch news before updating their system, to be aware of eventual required manual interventions" fi update fi