mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
canceled の綴りが canceld になっていたのを修正。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2765 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
2a1d936fdc
commit
cfafc2a60b
@ -111,7 +111,7 @@ void ProcessNote(void)
|
||||
{
|
||||
OS_WaitVBlankIntr();
|
||||
}
|
||||
ProcessCancel((const char *)L"\n Update was Canceld.");
|
||||
ProcessCancel((const char *)L"\n Update was Canceled.");
|
||||
}
|
||||
else if (kamiPadIsTrigger(PAD_BUTTON_A))
|
||||
{
|
||||
|
||||
@ -154,7 +154,7 @@ void ProcessSelectRegion(void)
|
||||
{
|
||||
OS_WaitVBlankIntr();
|
||||
}
|
||||
ProcessCancel((const char *)L"\n Update was Canceld.");
|
||||
ProcessCancel((const char *)L"\n Update was Canceled.");
|
||||
}
|
||||
else if (kamiPadIsTrigger(PAD_BUTTON_A))
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user