Merge pull request #1216 from Antifluxfield/patch-2
Fix l10n of Buffers
This commit is contained in:
commit
673aaeaaab
1 changed files with 2 additions and 2 deletions
|
@ -218,7 +218,7 @@ public abstract class GT_MetaTileEntity_Buffer extends GT_MetaTileEntity_TieredM
|
|||
if (mTargetStackSize == 0) {
|
||||
GT_Utility.sendChatToPlayer(aPlayer, trans("098","Do not regulate Item Stack Size"));
|
||||
} 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(){
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue