From 3ee3435309ce07f975c5ad482d8efebf38514a45 Mon Sep 17 00:00:00 2001 From: aoki_ryoma Date: Thu, 28 Aug 2008 01:13:59 +0000 Subject: [PATCH] =?UTF-8?q?=E3=83=A1=E3=83=8B=E3=83=A5=E3=83=BC=E8=A1=A8?= =?UTF-8?q?=E7=A4=BA=E3=81=A1=E3=82=87=E3=81=A3=E3=81=A8=E3=81=A0=E3=81=91?= =?UTF-8?q?=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2295 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/tests/FatalErrorChecker/ARM9/src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/tests/FatalErrorChecker/ARM9/src/main.c b/build/tests/FatalErrorChecker/ARM9/src/main.c index e71902a9..4c38effa 100644 --- a/build/tests/FatalErrorChecker/ARM9/src/main.c +++ b/build/tests/FatalErrorChecker/ARM9/src/main.c @@ -421,8 +421,8 @@ static void drawMenu( void ) kamiFontClearMain(); kamiFontPrintfMain( 0, line++, CONSOLE_ORANGE, "How to"); kamiFontPrintfMain( 0, line++, CONSOLE_ORANGE, "+-----------------------------+"); - kamiFontPrintfMain( 0, line++, CONSOLE_ORANGE, "l U/D Key : Line Scroll l"); - kamiFontPrintfMain( 0, line++, CONSOLE_ORANGE, "l L/R Key : Page Scroll l"); + kamiFontPrintfMain( 0, line++, CONSOLE_ORANGE, "l U/D Key : Scroll Line l"); + kamiFontPrintfMain( 0, line++, CONSOLE_ORANGE, "l L/R Key : Scroll Page l"); kamiFontPrintfMain( 0, line++, CONSOLE_ORANGE, "l A Button : Switch View Mode l"); kamiFontPrintfMain( 0, line++, CONSOLE_ORANGE, "l X Button : Copy to SDCard l"); kamiFontPrintfMain( 0, line++, CONSOLE_ORANGE, "+-----------------------------+");