불가침 메시지를 좀더 명확히

This commit is contained in:
2020-03-12 15:59:36 +09:00
parent d1bc434ced
commit 71c4a84833
2 changed files with 6 additions and 82 deletions
@@ -137,7 +137,7 @@ class che_불가침제의 extends Command\NationCommand{
$destNationName = getNationStaticInfo($this->arg['destNationID'])['name'];
$year = $this->arg['year'];
$month = $this->arg['month'];
return "{$destNationName}】에게 {$year}{$month}월까지 {$commandName}";
return "{$destNationName}】에게 {$year}{$month}까지 {$commandName}";
}
@@ -195,7 +195,7 @@ class che_불가침제의 extends Command\NationCommand{
Message::MSGTYPE_DIPLOMACY,
$src,
$dest,
"{$nationName}{$year}{$month}월까지 불가침 제의 서신",
"{$nationName}{$year}{$month}까지 불가침 제의 서신",
$now,
$validUntil,
[
@@ -283,7 +283,7 @@ class che_불가침제의 extends Command\NationCommand{
<?php foreach(range(1, 12) as $formMonth): ?>
<option value='<?=$formMonth?>'><?=$formMonth?></option>
<?php endforeach; ?>
</select>월까지
</select>월까지
<input type=button id="commonSubmit" value="<?=$this->getName()?>">
<?php
return ob_get_clean();