summaryrefslogtreecommitdiff
path: root/src/ui.c
diff options
context:
space:
mode:
authorMole Shang <[email protected]>2023-08-10 21:55:36 +0800
committerMole Shang <[email protected]>2023-08-10 21:58:30 +0800
commit3cac98b561428f99fec64eec917382023d07d7ba (patch)
treeb16b318309bc4d6832ecfc1e12e7ac1781d79a68 /src/ui.c
parente61de373bd09c229a08e71469aa413e949134c29 (diff)
downloadhinata-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.c2
1 files changed, 1 insertions, 1 deletions
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();