From 88edac639d84dedf02645736508a1e5f1cdcb2fe Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 10 Mar 2025 10:06:22 +0900 Subject: changed some wordings on 12H format as many got confused --- copy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copy.sh b/copy.sh index 47e3ced0..2ad4bb3b 100755 --- a/copy.sh +++ b/copy.sh @@ -344,7 +344,7 @@ printf "\n%.0s" {1..1} # Ask whether to change to 12hr format while true; do echo -e "${NOTE} ${SKY_BLUE} By default, KooL's Dots are configured in 24H clock format." - read -p "$CAT Do you want to change to 12H format or AM/PM format? (y/n): " answer + read -p "$CAT Do you want to change to 12H (AM/PM) clock format? (y/n): " answer # Convert the answer to lowercase for comparison answer=$(echo "$answer" | tr '[:upper:]' '[:lower:]') -- cgit v1.2.3