From 12f2a7450871c14a3c846427ba5af7893a24a1f3 Mon Sep 17 00:00:00 2001 From: MisterCheezeCake <75341435+MisterCheezeCake@users.noreply.github.com> Date: Sun, 5 May 2024 13:46:39 -0400 Subject: Fix grammatical error in Profile Viewer crash text (#1152) Changed "Looked like" to the correct "Looks like" --- .../moulberry/notenoughupdates/profileviewer/CrashRecoveryPage.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/CrashRecoveryPage.java b/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/CrashRecoveryPage.java index d68f4a26..66b5c3e2 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/CrashRecoveryPage.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/profileviewer/CrashRecoveryPage.java @@ -77,7 +77,7 @@ public class CrashRecoveryPage extends GuiProfileViewerPage { drawTitle(); - drawString("§cLooked like your profile viewer crashed."); + drawString("§cLooks like your profile viewer crashed."); drawString("§cPlease immediately send a screenshot of this screen into #neu-support."); drawString("§cJoin our support server at §adiscord.gg/moulberry§c."); -- cgit