diff options
author | Mole Shang <[email protected]> | 2023-08-10 21:55:36 +0800 |
---|---|---|
committer | Mole Shang <[email protected]> | 2023-08-10 21:58:30 +0800 |
commit | 3cac98b561428f99fec64eec917382023d07d7ba (patch) | |
tree | b16b318309bc4d6832ecfc1e12e7ac1781d79a68 /src/ui.c | |
parent | e61de373bd09c229a08e71469aa413e949134c29 (diff) | |
download | hinata-3cac98b561428f99fec64eec917382023d07d7ba.tar.gz hinata-3cac98b561428f99fec64eec917382023d07d7ba.tar.bz2 hinata-3cac98b561428f99fec64eec917382023d07d7ba.zip |
ui: translate strings to en
Diffstat (limited to 'src/ui.c')
-rw-r--r-- | src/ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); |