mirror of
https://github.com/silenty4ng/uv-k5-firmware-chinese-lts
synced 2025-01-15 06:45:05 +00:00
收音机翻译
This commit is contained in:
parent
3d2c24a89a
commit
78a7f6a426
2 changed files with 5 additions and 5 deletions
|
@ -144,8 +144,8 @@
|
|||
|
||||
//!! 扫描ok
|
||||
//!! 扫描fail
|
||||
|
||||
|
||||
//ui/fmradio.c
|
||||
#define 删除问 "\x1E\x1F?"
|
||||
|
||||
|
||||
#endif //UV_K5_FIRMWARE_CUSTOM_0_17_CHINESE_H
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue