diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-06-25 17:50:27 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-06-25 17:50:27 -0500 |
commit | 605f8ac1141daf66d3428923e004f82f5a5e1594 (patch) | |
tree | a3e5fae5d271175c7f10b6b455fcdc7f0fdd553e /src/strings.c | |
parent | e88e39d5fda1644f77e41fd652d4310612da7532 (diff) | |
parent | 659437f07a44b6f560bb58d6c12d141ed8ba7643 (diff) |
Merge branch 'master' into contest_link_80C2020
Diffstat (limited to 'src/strings.c')
-rw-r--r-- | src/strings.c | 4 |
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"); |