diff options
author | Marcus Huderle <huderlem@gmail.com> | 2019-04-05 16:11:24 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-04-05 16:24:57 -0500 |
commit | 033580da9623d6519c35efcb3594552d3389772d (patch) | |
tree | 8e054f7f825798578269284c96b14bf2df4b640f /src/strings.c | |
parent | 9a11764b5208a71d346f14eb61703588bd210116 (diff) |
Document secret base
Diffstat (limited to 'src/strings.c')
-rw-r--r-- | src/strings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strings.c b/src/strings.c index 577d26f5c..44c2ae1a2 100644 --- a/src/strings.c +++ b/src/strings.c @@ -529,7 +529,7 @@ const u8 gText_ApostropheSBase[] = _("'s BASE"); const u8 gText_OkayToDeleteFromRegistry[] = _("Is it okay to delete {STR_VAR_1}\nfrom the REGISTRY?"); const u8 gText_RegisteredDataDeleted[] = _("The registered data was deleted.{PAUSE_UNTIL_PRESS}"); const u8 gText_NoRegistry[] = _("There is no REGISTRY.{PAUSE_UNTIL_PRESS}"); -const u8 gUnknown_085EA79D[] = _("DEL REGIST."); +const u8 gText_DelRegist[] = _("DEL REGIST."); const u8 gUnknown_085EA7A9[] = _("{STR_VAR_3}{STR_VAR_1}/{STR_VAR_2}"); const u8 gText_Decorate[] = _("DECORATE"); const u8 gText_PutAway[] = _("PUT AWAY"); |