From 0a7f64176b0c1d02687cd4f509ec353e9e78bc85 Mon Sep 17 00:00:00 2001 From: hayao Date: Sun, 12 Apr 2020 11:25:29 +0900 Subject: [PATCH] [fix] : Fixed comfirm message. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index fb56b006..9a0a36e3 100755 --- a/build.sh +++ b/build.sh @@ -192,7 +192,7 @@ show_settings() { fi [[ "${japanese}" = true ]] && echo "Japanese mode has been activated." echo - echo "Press Enter to continue or Ctrl + C to exit." + echo "Press Enter to continue or Ctrl + C to cancel." read } -- 2.11.0