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) {
|
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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue