summaryrefslogtreecommitdiff
path: root/src/strings.c
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-06-10 11:01:29 -0500
committerMarcus Huderle <huderlem@gmail.com>2018-06-10 11:09:57 -0500
commit2e80477ea11c265e69658b852c57097fd8a21492 (patch)
tree3df0755d3a2468805117b4ff8f34d10f53df3734 /src/strings.c
parentc5bcb67bb871a445b20bbc0c226bc290dc5ba6bc (diff)
Label move_tutor_menu.c
Diffstat (limited to 'src/strings.c')
-rw-r--r--src/strings.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/strings.c b/src/strings.c
index 0f599db72..cded04f96 100644
--- a/src/strings.c
+++ b/src/strings.c
@@ -159,7 +159,7 @@ const u8 OtherText_CheckTag[] = _("CHECK TAG");
const u8 OtherText_Confirm[] = _("CONFIRM");
const u8 gOtherText_Walk[] = _("WALK");
-const u8 gUnknownText_Exit[] = _("EXIT");
+const u8 gOtherText_Exit[] = _("EXIT");
const u8 gOtherText_CancelNoTerminator[] = _("CANCEL");
const u8 gOtherText_CancelWithTerminator[] = _("$CANCEL"); // with terminator at beginning?
@@ -1085,7 +1085,7 @@ const u8 OtherText_CheckTag[] = _("PRÜFEN");
const u8 OtherText_Confirm[] = _("O.K.");
const u8 gOtherText_Walk[] = _("LAUFEN");
-const u8 gUnknownText_Exit[] = _("BEENDEN");
+const u8 gOtherText_Exit[] = _("BEENDEN");
const u8 gOtherText_CancelNoTerminator[] = _("ZURÜCK");
const u8 gOtherText_CancelWithTerminator[] = _("$ZURÜCK");