From 2672980655cf1beae8b20cd34ae1dee3a5d74c90 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Tue, 9 Aug 2022 11:15:05 +0200 Subject: fixed formatting in bazaar sacks profit and abiphone warning (#209) --- .../github/moulberry/notenoughupdates/miscfeatures/AbiphoneWarning.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/AbiphoneWarning.java') diff --git a/src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/AbiphoneWarning.java b/src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/AbiphoneWarning.java index c806feeb..75584662 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/AbiphoneWarning.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/AbiphoneWarning.java @@ -134,7 +134,7 @@ public class AbiphoneWarning extends GuiElement { ); TextRenderUtils.drawStringCenteredScaledMaxWidth( - "Continue removing the contact?", + "Continue removing this contact?", Minecraft.getMinecraft().fontRendererObj, width / 2, height / 2 - 45 + 50, -- cgit