From 3cac98b561428f99fec64eec917382023d07d7ba Mon Sep 17 00:00:00 2001 From: Mole Shang <135e2@135e2.dev> Date: Thu, 10 Aug 2023 21:55:36 +0800 Subject: ui: translate strings to en --- src/ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui.c') diff --git a/src/ui.c b/src/ui.c index a36bb8e..da3f965 100644 --- a/src/ui.c +++ b/src/ui.c @@ -99,7 +99,7 @@ void load_ui(struct ui_struct *ui) { nk_edit_string_zero_terminated(ui->ctx, NK_EDIT_FIELD | NK_EDIT_AUTO_SELECT, text, USHRT_MAX - 1, nk_filter_ascii); SPACER; - if (nk_button_label(ui->ctx, "下载")) { + if (nk_button_label(ui->ctx, "Down.")) { // Clear logger text clear_log(); -- cgit v1.2.3