diff --git a/chinese.h b/chinese.h index 7580d72..0453622 100644 --- a/chinese.h +++ b/chinese.h @@ -144,8 +144,8 @@ //!! 扫描ok //!! 扫描fail - - +//ui/fmradio.c +#define 删除问 "\x1E\x1F?" #endif //UV_K5_FIRMWARE_CUSTOM_0_17_CHINESE_H diff --git a/ui/fmradio.c b/ui/fmradio.c index 8b266d1..eb3687a 100644 --- a/ui/fmradio.c +++ b/ui/fmradio.c @@ -27,7 +27,7 @@ #include "ui/helper.h" #include "ui/inputbox.h" #include "ui/ui.h" - +#include "chinese.h" void UI_DisplayFM(void) { unsigned int i; @@ -42,12 +42,12 @@ void UI_DisplayFM(void) memset(String, 0, sizeof(String)); if (gAskToSave) { - strcpy(String, "SAVE?"); + strcpy(String, 存置问); } else if (gAskToDelete) { - strcpy(String, "DEL?"); + strcpy(String, 删除问); } else {