Skip to content

Commit 0a4bf36

Browse files
committed
addline and lang
1 parent e02acdd commit 0a4bf36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/gregtech/api/mui/widget/appeng/AEConfigSlot.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public AEConfigSlot(boolean isStocking, int index, @NotNull BooleanSupplier isAu
5555

5656
protected void buildTooltip(@NotNull RichTooltip tooltip) {
5757
if (isAutoPull.getAsBoolean()) {
58-
tooltip.add(I18n.format("gregtech.gui.config_slot.auto_pull_managed"));
58+
tooltip.addLine(IKey.lang("gregtech.gui.config_slot.auto_pull_managed"));
5959
} else {
6060
if (isStocking) {
6161
tooltip.addLine(IKey.lang("gregtech.gui.config_slot.set_only"));

0 commit comments

Comments
 (0)