diff --git a/src/main/resources/i18n/nls.properties b/src/main/resources/i18n/nls.properties index 109fbf7f..1c553f83 100644 --- a/src/main/resources/i18n/nls.properties +++ b/src/main/resources/i18n/nls.properties @@ -308,7 +308,7 @@ ktxVisTip=Kotlin VisUI GUI builders with minimal overhead. ktxVisStyleTip=Kotlin VisUI widget style builders. joiseTip=2D, 3D, 4D and 6D modular noise library written in Java. typingLabelTip=An animated Label with real time typing effect. -makeSomeNoiseTip=A 2D, 3D, 4D and 6D noise library. +makeSomeNoiseTip=A 2D, 3D, 4D, 5D, and 6D "bare-bones" noise library. shapeDrawerTip=A high-performance alternative to the libGDX ShapeRenderer. simpleGraphsTip=Utilities and algorithms for handling graphs. pieMenuTip=Circular WidgetGroup and context menu for Scene2D. @@ -383,9 +383,9 @@ sdkVersionTip=Version of the targeted Android API; should be at least 30. androidPluginVersion=Android plugin: androidPluginVersionTip=Version of Android Gradle plugin. robovmVersion=RoboVM version: -robovmVersionTip=Version of RoboVM framework used by the default iOS backend. 2.3.12 is recommended. +robovmVersionTip=Version of RoboVM framework used by the iOS backend. 2.3.15 is the default, but this may need changing for different libGDX versions. javaVersion=Java version: -javaVersionTip=Used as source compatibility value. 8 is advised unless you specifically want to target old Android devices or iOS; those might need 7. +javaVersionTip=Used as source compatibility value. 8 is advised unless you specifically want to target old Android devices or iOS; those might need 7. Using 11 may be needed to target Android. serverJavaVersion=Server Java version: serverJavaVersionTip=Used as source compatibility value in headless and server applications. 8 is a stable and widely used Java version. desktopJavaVersion=Desktop Java version: diff --git a/src/main/resources/templates/tabs/advanced.lml b/src/main/resources/templates/tabs/advanced.lml index 141edf80..645a4c68 100644 --- a/src/main/resources/templates/tabs/advanced.lml +++ b/src/main/resources/templates/tabs/advanced.lml @@ -22,7 +22,7 @@ @robovmVersion - 2.3.12 + 2.3.15 @gwtPlugin 1.1.16