Fixed Localization for Lumen and Automatic

Also cleaned up a stray import.
This commit is contained in:
AlgorithmX2
2014-09-10 11:01:43 -05:00
parent 814062fc20
commit 38d9f73e8a
3 changed files with 2 additions and 3 deletions
@@ -108,7 +108,7 @@ public class GuiCraftConfirm extends AEBaseGui
private void updateCPUButtonText()
{
String btnTextText = GuiText.CraftingCPU.getLocal() + ": " + GuiText.Automatic;
String btnTextText = GuiText.CraftingCPU.getLocal() + ": " + GuiText.Automatic.getLocal();
if ( ccc.selectedCpu >= 0 )// && ccc.selectedCpu < ccc.cpus.size() )
{
if ( ccc.myName.length() > 0 )