aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/net/sowgro/npehero/editor
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2024-10-14 22:20:29 -0400
committersowgro <tpoke.ferrari@gmail.com>2024-10-14 22:20:29 -0400
commit8b02fd733019f5cc64af43eb96c37061a19d8294 (patch)
tree7c1dc1f258412c634ef22ea4439d38d3216f3eaa /src/main/java/net/sowgro/npehero/editor
parent9d3eca004ccc3d8366ba09554f17576f2fe10251 (diff)
downloadNPEhero-8b02fd733019f5cc64af43eb96c37061a19d8294.tar.gz
NPEhero-8b02fd733019f5cc64af43eb96c37061a19d8294.tar.bz2
NPEhero-8b02fd733019f5cc64af43eb96c37061a19d8294.zip
More small tweaks
Diffstat (limited to 'src/main/java/net/sowgro/npehero/editor')
-rwxr-xr-xsrc/main/java/net/sowgro/npehero/editor/DiffEditor.java2
1 files changed, 1 insertions, 1 deletions
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));
}
});