forked from github/server
fix an English error message.
This commit is contained in:
parent
58208e0db5
commit
ae4ca13758
1 changed files with 1 additions and 1 deletions
|
@ -2354,7 +2354,7 @@
|
|||
<arg name="spell" type="spell"/>
|
||||
</type>
|
||||
<text locale="de">"$unit($unit) schafft es nicht, genug Kraft aufzubringen, um $spell($spell) auf Stufe $int($level) zu zaubern."</text>
|
||||
<text locale="en">"$unit($unit) cannot muster enough energy to cast $spell($spell) on level $level($level)."</text>
|
||||
<text locale="en">"$unit($unit) cannot muster enough energy to cast $spell($spell) on level $int($level)."</text>
|
||||
</message>
|
||||
<message name="missing_components_list" section="errors">
|
||||
<type>
|
||||
|
|
Loading…
Reference in a new issue