From fca6f4d5cc3e0696cd74b02e477f47b1943d66aa Mon Sep 17 00:00:00 2001 From: RoamerX <20692776+RoamerX@users.noreply.github.com> Date: Mon, 26 May 2025 15:32:32 +0800 Subject: [PATCH] Update strings.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修正小错误 --- src/strings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/strings.c b/src/strings.c index 8eb237e39d..e2ce6f0784 100644 --- a/src/strings.c +++ b/src/strings.c @@ -125,7 +125,7 @@ const u8 gText_FlyToWhere[] = _("要飞到哪里?"); const u8 gMenuText_Use[] = _("使用"); const u8 gMenuText_Toss[] = _("扔掉"); const u8 gMenuText_Register[] = _("登录"); -const u8 gMenuText_Give[] = _(""); +const u8 gMenuText_Give[] = _("携带"); const u8 gMenuText_Confirm[] = _("确定"); const u8 gText_Cancel[] = _("取消"); const u8 gText_Cancel2[] = _("退出");