From 8b02fd733019f5cc64af43eb96c37061a19d8294 Mon Sep 17 00:00:00 2001 From: sowgro Date: Mon, 14 Oct 2024 22:20:29 -0400 Subject: More small tweaks --- src/main/java/net/sowgro/npehero/editor/DiffEditor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/net/sowgro/npehero/editor/DiffEditor.java') diff --git a/src/main/java/net/sowgro/npehero/editor/DiffEditor.java b/src/main/java/net/sowgro/npehero/editor/DiffEditor.java index 8f2df76..c08350d 100755 --- a/src/main/java/net/sowgro/npehero/editor/DiffEditor.java +++ b/src/main/java/net/sowgro/npehero/editor/DiffEditor.java @@ -66,7 +66,7 @@ public class DiffEditor extends Page Driver.setMenu(new LevelSurround(diff, this)); } else { - Driver.setMenu(new ErrorDisplay("This Level is not valid!\nCheck that all required fields\nare populated.", this)); + Driver.setMenu(new ErrorDisplay("This Level is not valid!\nCheck that all required fields are populated.", this)); } }); -- cgit v1.2.3