Localization/CN
* fix excess whitespaces betweeen number and unit
This commit is contained in:
parent
03bab92cb8
commit
a2b87da285
7 changed files with 14 additions and 10 deletions
|
|
@ -119,7 +119,7 @@ endif;
|
|||
</tr>
|
||||
<tr>
|
||||
<th><?=Lang::spell('_range');?></th>
|
||||
<td><?=$this->range.' '.Lang::spell('_distUnit').' <small>('.$this->rangeName.')</small>';?></td>
|
||||
<td><?=$this->range.Lang::spell('_distUnit').' <small>('.$this->rangeName.')</small>';?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><?=Lang::spell('_castTime');?></th>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue