确认框文字修改

This commit is contained in:
xiehongyan 2024-01-24 18:27:52 +08:00
parent c5caa537e5
commit cc68ba5d10
2 changed files with 1 additions and 1 deletions

View File

@ -370,7 +370,7 @@ void UIFlowMenuCommonConfirmAPI_Open(uint32_t itemID)
} else { } else {
DBG_FUNC("IDM_OKNO>>\r\n"); DBG_FUNC("IDM_OKNO>>\r\n");
btn_map[0] = lv_plugin_get_string(LV_PLUGIN_STRING_ID_STRID_OK)->ptr; btn_map[0] = lv_plugin_get_string(LV_PLUGIN_STRING_ID_STRID_YES)->ptr;
btn_map[1] = lv_plugin_get_string(LV_PLUGIN_STRING_ID_STRID_NO)->ptr; btn_map[1] = lv_plugin_get_string(LV_PLUGIN_STRING_ID_STRID_NO)->ptr;
DBG_FUNC("IDM_OKNO<<\r\n"); DBG_FUNC("IDM_OKNO<<\r\n");