diff options
author | MisterCheezeCake <75341435+MisterCheezeCake@users.noreply.github.com> | 2024-05-05 13:46:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-05 19:46:39 +0200 |
commit | 12f2a7450871c14a3c846427ba5af7893a24a1f3 (patch) | |
tree | 681268da8e8353c914ce1563ab70d639768ea4ab | |
parent | 2767ef4927a1736087488d2e1c49d7316959f0b9 (diff) | |
download | NotEnoughUpdates-12f2a7450871c14a3c846427ba5af7893a24a1f3.tar.gz NotEnoughUpdates-12f2a7450871c14a3c846427ba5af7893a24a1f3.tar.bz2 NotEnoughUpdates-12f2a7450871c14a3c846427ba5af7893a24a1f3.zip |
Fix grammatical error in Profile Viewer crash text (#1152)
Changed "Looked like" to the correct "Looks like"
-rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/profileviewer/CrashRecoveryPage.java | 2 |
1 files changed, 1 insertions, 1 deletions
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."); |