aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2003-09-17 20:08:40 +0000
committerPablo Saratxaga <pablo@mandriva.com>2003-09-17 20:08:40 +0000
commitbfb73e6dc8f673d940637e0471957485bceab8b4 (patch)
tree8ea5acf7a29f00be38c61d05a07ed80756d2ca91
parent7f2b14d93f9d5fe096aeaa23b53d6a4cc5a6a805 (diff)
downloadbootsplash-bfb73e6dc8f673d940637e0471957485bceab8b4.tar
bootsplash-bfb73e6dc8f673d940637e0471957485bceab8b4.tar.gz
bootsplash-bfb73e6dc8f673d940637e0471957485bceab8b4.tar.bz2
bootsplash-bfb73e6dc8f673d940637e0471957485bceab8b4.tar.xz
bootsplash-bfb73e6dc8f673d940637e0471957485bceab8b4.zip
fixed typo (due to typo, the Japanese font size wasn't corrected,
and output was mangled in Japanese
-rw-r--r--scripts/splash.sh2
1 files changed, 1 insertions, 1 deletions
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