Merge pull request #1216 from Antifluxfield/patch-2

Fix l10n of Buffers
This commit is contained in:
Blood-Asp 2017-09-14 19:02:51 +02:00 committed by GitHub
commit 673aaeaaab

View file

@ -218,7 +218,7 @@ public abstract class GT_MetaTileEntity_Buffer extends GT_MetaTileEntity_TieredM
if (mTargetStackSize == 0) { if (mTargetStackSize == 0) {
GT_Utility.sendChatToPlayer(aPlayer, trans("098","Do not regulate Item Stack Size")); GT_Utility.sendChatToPlayer(aPlayer, trans("098","Do not regulate Item Stack Size"));
} else { } else {
GT_Utility.sendChatToPlayer(aPlayer, trans("099","Regulate Item Stack Size to: " + mTargetStackSize)); GT_Utility.sendChatToPlayer(aPlayer, trans("099","Regulate Item Stack Size to: ") + mTargetStackSize);
} }
} }
} }
@ -274,4 +274,4 @@ public abstract class GT_MetaTileEntity_Buffer extends GT_MetaTileEntity_TieredM
public boolean allowGeneralRedstoneOutput(){ public boolean allowGeneralRedstoneOutput(){
return true; return true;
} }
} }