diff --git a/graphics/easy_chat/button_window.png b/graphics/easy_chat/button_window.png index 6319f9a5d4..aa4be08d4a 100644 Binary files a/graphics/easy_chat/button_window.png and b/graphics/easy_chat/button_window.png differ diff --git a/graphics/easy_chat/mode.png b/graphics/easy_chat/mode.png index 31fb3fdd3b..e3b9c4e7b2 100644 Binary files a/graphics/easy_chat/mode.png and b/graphics/easy_chat/mode.png differ diff --git a/src/strings.c b/src/strings.c index 758f2013b3..2a7f0b98ab 100644 --- a/src/strings.c +++ b/src/strings.c @@ -1281,7 +1281,7 @@ const u8 gText_HeavyRain[] = _("大雨"); // Unused const u8 gText_Seafloor2[] = _("海底2"); // Unused const u8 gText_DelAll[] = _("全部清除"); const u8 gText_Cancel5[] = _("取消"); -const u8 gText_Ok2[] = _("好"); +const u8 gText_Ok2[] = _("好了"); const u8 gText_Quiz[] = _("测验"); const u8 gText_Answer[] = _("回答"); const u8 gText_PokeBalls[] = _("精灵球");