From 837e225335df6821dfa61e7af36f9b0dca506296 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=A4=96=E4=B9=8B=E7=A5=9E?= Date: Fri, 29 Jul 2022 15:16:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/state/screen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/state/screen.py b/source/state/screen.py index 6ae7290..7145758 100644 --- a/source/state/screen.py +++ b/source/state/screen.py @@ -135,7 +135,7 @@ class AwardScreen(tool.State): if self.game_info[c.LITTLEGAME_COMPLETIONS]: frame_rect = (157, 0, 157, 269) intro_title = "金向日葵奖杯" - intro_content = "您已通关所有关卡,获得此奖励!" + intro_content = "您已通过所有关卡,获得此奖励!" else: frame_rect = (0, 0, 157, 269) intro_title = "银向日葵奖杯"