From 8b9acf2d3defc4648036c7b2f4f9caf7ef926b77 Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 26 May 2020 10:44:55 +0900 Subject: [PATCH] =?UTF-8?q?=EC=8B=A4=ED=8C=A8=20=EB=A9=94=EC=8B=9C?= =?UTF-8?q?=EC=A7=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Constraint/OccupiedDestCity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/Constraint/OccupiedDestCity.php b/hwe/sammo/Constraint/OccupiedDestCity.php index 854039c0..62e14a20 100644 --- a/hwe/sammo/Constraint/OccupiedDestCity.php +++ b/hwe/sammo/Constraint/OccupiedDestCity.php @@ -31,7 +31,7 @@ class OccupiedDestCity extends Constraint{ return true; } - $this->reason = "아국이 아닙니다."; + $this->reason = "대상 도시가 아국이 아닙니다."; return false; } } \ No newline at end of file