Learn english, dammit

This commit is contained in:
Ellpeck 2015-11-22 15:14:33 +01:00
parent acb45154d5
commit 93fb24e736

View file

@ -34,7 +34,7 @@ import java.util.Random;
public class BlockInputter extends BlockContainerBase implements IActAddItemOrBlock{
public static final int NAME_FLAVOUR_AMOUNTS = 15;
public static final int NAME_FLAVOR_AMOUNTS = 15;
public boolean isAdvanced;
@ -134,7 +134,7 @@ public class BlockInputter extends BlockContainerBase implements IActAddItemOrBl
if(this.lastSysTime+5000 < sysTime){
this.lastSysTime = sysTime;
this.toPick = this.rand.nextInt(NAME_FLAVOUR_AMOUNTS)+1;
this.toPick = this.rand.nextInt(NAME_FLAVOR_AMOUNTS)+1;
}
return StringUtil.localize(this.getUnlocalizedName()+".name")+" ("+StringUtil.localize("tile."+ModUtil.MOD_ID_LOWER+".blockInputter.add."+this.toPick+".name")+")";