mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-08 23:04:13 +08:00
修改一下文字提示
This commit is contained in:
parent
a4d765cc82
commit
8fe31182c3
@ -525,7 +525,7 @@ static atp_error_t select_krp( atp_callerdata_t, atp_counter_t index, atp_itemcf
|
||||
}
|
||||
else
|
||||
{
|
||||
cfg->text = index == KEY_REMIX_LIMIT ? "保存当前配置到SD卡" : "读取已保存的配置";
|
||||
cfg->text = index == KEY_REMIX_LIMIT ? "保存当前配置到SD卡" : "从SD卡加载已保存的配置";
|
||||
cfg->value = KCP_OPTION_BASE + index-KEY_REMIX_LIMIT;
|
||||
}
|
||||
return ATP_SUCCESS;
|
||||
|
Loading…
x
Reference in New Issue
Block a user