diff options
| author | iouter <62897714+iouter@users.noreply.github.com> | 2022-10-01 16:52:30 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-01 10:52:30 +0200 |
| commit | 473b00a1e508d061a22a9752aace9a1d756f516b (patch) | |
| tree | 18de5f24a71dff48dd5d3aad52615ed7f7c96200 /src/main/java/gtPlusPlus/xmod/gregtech/common | |
| parent | bfd1c22c0ecec926e199dd6adc0f63cf331bd807 (diff) | |
| download | GT5-Unofficial-473b00a1e508d061a22a9752aace9a1d756f516b.tar.gz GT5-Unofficial-473b00a1e508d061a22a9752aace9a1d756f516b.tar.bz2 GT5-Unofficial-473b00a1e508d061a22a9752aace9a1d756f516b.zip | |
no-more-duplicate-key (#381)
Diffstat (limited to 'src/main/java/gtPlusPlus/xmod/gregtech/common')
| -rw-r--r-- | src/main/java/gtPlusPlus/xmod/gregtech/common/covers/GTPP_Cover_Overflow_Item.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/common/covers/GTPP_Cover_Overflow_Item.java b/src/main/java/gtPlusPlus/xmod/gregtech/common/covers/GTPP_Cover_Overflow_Item.java index 16369f570f..46a6e9d600 100644 --- a/src/main/java/gtPlusPlus/xmod/gregtech/common/covers/GTPP_Cover_Overflow_Item.java +++ b/src/main/java/gtPlusPlus/xmod/gregtech/common/covers/GTPP_Cover_Overflow_Item.java @@ -122,7 +122,7 @@ public class GTPP_Cover_Overflow_Item extends GT_CoverBehavior { aCoverVariable = mMaxItemCapacity; } GT_Utility.sendChatToPlayer( - aPlayer, LangUtils.trans("009", "Overflow point: ") + aCoverVariable + trans("010", "L")); + aPlayer, LangUtils.trans("322", "Overflow point: ") + aCoverVariable + trans("323", "L")); return aCoverVariable; } @@ -149,7 +149,7 @@ public class GTPP_Cover_Overflow_Item extends GT_CoverBehavior { aCoverVariable = mMaxItemCapacity; } GT_Utility.sendChatToPlayer( - aPlayer, LangUtils.trans("009", "Overflow point: ") + aCoverVariable + trans("010", "L")); + aPlayer, LangUtils.trans("322", "Overflow point: ") + aCoverVariable + trans("323", "L")); aTileEntity.setCoverDataAtSide(aSide, aCoverVariable); return true; } |
