diff options
| author | JaKooLit <ejhay.games@gmail.com~> | 2025-03-10 10:06:22 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com~> | 2025-03-10 10:06:22 +0900 |
| commit | 88edac639d84dedf02645736508a1e5f1cdcb2fe (patch) | |
| tree | 6a6f0f4c5f294a55e843a56fc23a74c9dbe3c4ec | |
| parent | 4e042ca18dda7ef1213217be04870e745aaba777 (diff) | |
changed some wordings on 12H format as many got confused
| -rwxr-xr-x | copy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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:]') |
