mbien commented on code in PR #9445:
URL: https://github.com/apache/netbeans/pull/9445#discussion_r3571182005
##########
enterprise/glassfish.common/src/org/netbeans/modules/glassfish/common/ui/Bundle.properties:
##########
@@ -106,6 +106,9 @@ GlassFish 3.0 or later and that server is registered
properly in NetBeans.<html>
JavaSEPlatformPanel.title=Java SE Platform
JavaSEPlatformPanel.warning=<html>GlassFish server could not be started with \
<i>{0}</i>. Please select another Java SE Platform.</html>
+JavaSEPlatformPanel.noPlatform=<html>GlassFish server could not be started
with \
+<i>{0}</i> and no installed Java SE platform is compatible with this server \
+(supported: {1}). Use <b>Manage Platforms</b> to register a compatible
JDK.</html>
Review Comment:
@renatsaf since this is on the configuration dialog, I think we could change
`could -> can` so that it reads `GlassFish server can not be started with`.
(for both `JavaSEPlatformPanel.warning` and `JavaSEPlatformPanel.noPlatform`)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists