From 1b6360df134bf515b690af172332ddd9cdd62306 Mon Sep 17 00:00:00 2001 From: Pk11 Date: Mon, 29 Nov 2021 21:36:27 -0600 Subject: [PATCH] Use B button for "Press B to cancel" somehow missed this one force push because I missed one of the files --- arm9/source/language.inl | 2 +- nitrofiles/languages/en-US/language.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arm9/source/language.inl b/arm9/source/language.inl index 8364c62..1d2d160 100644 --- a/arm9/source/language.inl +++ b/arm9/source/language.inl @@ -121,7 +121,7 @@ STRING(SEARCH_DATA, "Search for Data") STRING(SEARCH_FOR, "Search for:\n") // ASCII only STRING(ENTER_VALUE, "Enter value:") STRING(SEARCHING, "Searching") -STRING(PRESS_B_TO_CANCEL, "Press B to cancel") +STRING(PRESS_B_TO_CANCEL, "Press \\B to cancel") STRING(EOF_NO_RESULTS, "Reached end of file\nwith no results") // Dumping diff --git a/nitrofiles/languages/en-US/language.ini b/nitrofiles/languages/en-US/language.ini index 786f072..54ceaf1 100644 --- a/nitrofiles/languages/en-US/language.ini +++ b/nitrofiles/languages/en-US/language.ini @@ -114,7 +114,7 @@ SEARCH_DATA=Search for Data SEARCH_FOR=Search for:\n ENTER_VALUE=Enter value: SEARCHING=Searching -PRESS_B_TO_CANCEL=Press B to cancel +PRESS_B_TO_CANCEL=Press \B to cancel EOF_NO_RESULTS=Reached end of file\nwith no results DUMP_NDS_ROM_TO=Dump NDS card ROM to\n"%s:/gm9i/out"?