diff options
author | Andrew Su <[email protected]> | 2011-04-06 10:02:46 -0400 |
---|---|---|
committer | Andrew Su <[email protected]> | 2011-04-06 10:02:46 -0400 |
commit | 8052764963c42498f360806702086ba6a0a43c9b (patch) | |
tree | 08d8af0cef8d8f432aabea7b59e22b2ac620e303 /netx/net/sourceforge/jnlp/resources | |
parent | 7a7bd2ef05d809809f34ee2b11925966da922383 (diff) |
Restrict port fields in itw-settings to accept only valid port numbers.
Diffstat (limited to 'netx/net/sourceforge/jnlp/resources')
-rw-r--r-- | netx/net/sourceforge/jnlp/resources/Messages.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/netx/net/sourceforge/jnlp/resources/Messages.properties b/netx/net/sourceforge/jnlp/resources/Messages.properties index 29593d0..41c9310 100644 --- a/netx/net/sourceforge/jnlp/resources/Messages.properties +++ b/netx/net/sourceforge/jnlp/resources/Messages.properties @@ -407,6 +407,8 @@ CVCPColName=Name # Control Panel - Misc. CPJRESupport=IcedTea-Web currently does not support the use of multiple JREs. +CPInvalidPort=Invalid port number given.\n[Valid port numbers are 1-65535] +CPInvalidPortTitle=Error on input. # command line control panel
CLNoInfo=No information avaiable (is this a valid option?).
|