Planet resources interface fix
* Some text in the English version of the planet page's "natural resources" tab incorrectly used the term "settings" instead of "priorities". * The English version of the planet page's "natural resources" tab did not display any explanation when the planet was following empire-wide mining priorities.
This commit is contained in:
parent
afa1224391
commit
f3aa563758
1 changed files with 4 additions and 3 deletions
|
@ -61,11 +61,12 @@
|
||||||
<@lv_line>
|
<@lv_line>
|
||||||
<@lv_column right=true colspan=5>
|
<@lv_column right=true colspan=5>
|
||||||
<#if data.own.ownMiningSettings>
|
<#if data.own.ownMiningSettings>
|
||||||
Using planet-specific settings
|
This planet follows planet-specific mining priorities.
|
||||||
<input type="submit" name="toggle-settings" value="Use empire settings" class="input" style="margin: 15px 0 0 0" />
|
<input type="submit" name="toggle-settings" value="Use empire priorities" class="input" style="margin: 15px 0 0 0" />
|
||||||
<input type="submit" name="update-pms" value="Update priorities" class="input" style="margin: 15px 0 0 0" />
|
<input type="submit" name="update-pms" value="Update priorities" class="input" style="margin: 15px 0 0 0" />
|
||||||
<#else>
|
<#else>
|
||||||
<input type="submit" name="toggle-settings" value="Use specific settings" class="input" style="margin: 15px 0 0 0" />
|
This planet follows empire-wide mining priorities.
|
||||||
|
<input type="submit" name="toggle-settings" value="Use specific priorities" class="input" style="margin: 15px 0 0 0" />
|
||||||
</#if>
|
</#if>
|
||||||
</@lv_column>
|
</@lv_column>
|
||||||
</@lv_line>
|
</@lv_line>
|
||||||
|
|
Reference in a new issue