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:
Emmanuel BENOîT 2012-02-08 11:54:01 +01:00
parent afa1224391
commit f3aa563758

View file

@ -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>