We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddb3bef commit 09f5607Copy full SHA for 09f5607
src/main/java/maud/EditorDialogs.java
@@ -73,7 +73,8 @@ void aboutMaud() {
73
String niftyVersion = nifty.getVersion();
74
String text = "Maud, by Stephen Gold\n\nYou are c"
75
+ "urrently using Maud, a jMonkeyEngine application for edit"
76
- + "ing animated models.\n\nThe version you are using includes "
+ + "ing animated models.\n\nThe version you are using"
77
+ + "is designated ALPHA+0.\n\nIt includes "
78
+ "the following libraries:";
79
text += String.format("\n jme3-core version %s",
80
MyString.quote(JmeVersion.FULL_NAME));
0 commit comments