diff --git a/jme3-examples/src/main/java/jme3test/niftygui/TestIssue99.java b/jme3-examples/src/main/java/jme3test/niftygui/TestIssue99.java index e19c681ce..44722d2b5 100644 --- a/jme3-examples/src/main/java/jme3test/niftygui/TestIssue99.java +++ b/jme3-examples/src/main/java/jme3test/niftygui/TestIssue99.java @@ -41,8 +41,8 @@ import de.lessvoid.nifty.screen.ScreenController; * Test case for JME issue #99: blendMode="multiply" in Nifty renders * incorrectly. *
- * If successful, two text labels will be visible. If unsuccessful, only the top
- * one will be visible.
+ * If successful, two text labels will be legible. If unsuccessful, only the top
+ * one will be legible.
*
* @author Stephen Gold sgold@sonic.net
*/
diff --git a/jme3-examples/src/main/resources/Interface/Nifty/test-issue-99.xml b/jme3-examples/src/main/resources/Interface/Nifty/test-issue-99.xml
index fdd699ae4..794e37d1b 100644
--- a/jme3-examples/src/main/resources/Interface/Nifty/test-issue-99.xml
+++ b/jme3-examples/src/main/resources/Interface/Nifty/test-issue-99.xml
@@ -10,7 +10,7 @@ The GUI layout for the TestIssue99 application.