Change Remove Shift to Remove Offset

This commit is contained in:
Armel FAUVEAU
2024-11-25 23:34:28 +01:00
parent d87e6965a5
commit 838253dfa1
7 changed files with 9 additions and 9 deletions

View File

@@ -448,7 +448,7 @@ const t_sidefunction gSubMenu_SIDEFUNCTIONS[] =
{"WIDE\nNARROW", ACTION_OPT_WN},
#ifdef ENABLE_FEAT_F4HWN_RESCUE_OPS
{"POWER\nHIGH", ACTION_OPT_POWER_HIGH},
{"REMOVE\nSHIFT", ACTION_OPT_REMOVE_SHIFT},
{"REMOVE\nOFFSET", ACTION_OPT_REMOVE_OFFSET},
#endif
#endif
};