aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMisterCheezeCake <75341435+MisterCheezeCake@users.noreply.github.com>2024-05-05 13:46:39 -0400
committerGitHub <noreply@github.com>2024-05-05 19:46:39 +0200
commit12f2a7450871c14a3c846427ba5af7893a24a1f3 (patch)
tree681268da8e8353c914ce1563ab70d639768ea4ab
parent2767ef4927a1736087488d2e1c49d7316959f0b9 (diff)
downloadNotEnoughUpdates-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.java2
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.");