LANG_MBOX_BTN_CANCEL   33 core/gui_mbox.c         { MBOX_BTN_CANCEL,  LANG_MBOX_BTN_CANCEL}
LANG_MBOX_BTN_CANCEL   45 modules/gui_hexbox.c     sprintf(box_helpline,"\x18\x19\x1b\x1a [SET]:%s [MENU]:%s",lang_str(LANG_MBOX_BTN_OK),lang_str(LANG_MBOX_BTN_CANCEL));
LANG_MBOX_BTN_CANCEL  176 modules/gui_tbox.c     draw_button(tbox_buttons_x + (BUTTON_SIZE*FONT_WIDTH+BUTTON_SEP), tbox_buttons_y+FONT_HEIGHT, BUTTON_SIZE, LANG_MBOX_BTN_CANCEL, (tbox_button_active == 1));