From bfb73e6dc8f673d940637e0471957485bceab8b4 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Wed, 17 Sep 2003 20:08:40 +0000 Subject: fixed typo (due to typo, the Japanese font size wasn't corrected, and output was mangled in Japanese --- scripts/splash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/splash.sh b/scripts/splash.sh index d7e68f9..4c6a957 100644 --- a/scripts/splash.sh +++ b/scripts/splash.sh @@ -172,7 +172,7 @@ if [ "$progress" == 1 -o "$1" == "start" ]; then *bkai00mp.ttf) text_size=$(( $text_size + 2 )) ;; *Kacst-Qr.ttf) text_size=$(( $text_size + 6 )) ;; # sizes lower than 18 display as noise in FB - *kochi-gothic.ttf) if [ "$test_size" -lt "18" ]; then text_size=18 ; fi ;; + *kochi-gothic.ttf) if [ "$text_size" -lt "18" ]; then text_size=18 ; fi ;; esac fi -- cgit v1.2.1