changeset 143:d4abf37a5ea2

Clarify password error message
author HIROSE Yuuji <yuuji@gentei.org>
date Wed, 14 Oct 2015 12:56:34 +0859
parents ca6428b37dd2
children f9e8504bb8f2
files s4-funcs.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/s4-funcs.sh	Tue Oct 06 21:56:30 2015 +0859
+++ b/s4-funcs.sh	Wed Oct 14 12:56:34 2015 +0859
@@ -2290,7 +2290,7 @@
 		 if [ x"$p1" = x"$p2" ]; then
 		   case "$p1" in
 		     ??????????*) ;;
-		     *) echo "10字以上にしてください。" | html p
+		     *) echo "パスワードは10字以上にしてください。" | html p
 			return 6;;
 		   esac
 		   val="\"`echo $p1|mypwhash`\""

yatex.org