# HG changeset patch # User Adam Domurad # Date 1369839417 14400 # Node ID e281ea56466e01940f2ac876d097999c9185f407 # Parent b5b5f59833e2fac33975e5bcb3ffe267d32f714c Remove 'serious' from error message in splash screen. diff -r b5b5f59833e2 -r e281ea56466e ChangeLog --- a/ChangeLog Tue May 21 09:31:57 2013 -0400 +++ b/ChangeLog Wed May 29 10:56:57 2013 -0400 @@ -1,3 +1,8 @@ +2013-05-29 Adam Domurad + + * netx/net/sourceforge/jnlp/resources/Messages.properties: + "A serious exception occurred" -> "An exception occurred" + 2013-05-21 Adam Domurad Reproducer for PR854. diff -r b5b5f59833e2 -r e281ea56466e netx/net/sourceforge/jnlp/resources/Messages.properties --- a/netx/net/sourceforge/jnlp/resources/Messages.properties Tue May 21 09:31:57 2013 -0400 +++ b/netx/net/sourceforge/jnlp/resources/Messages.properties Wed May 29 10:56:57 2013 -0400 @@ -484,7 +484,7 @@ CLHelpDescription=The itweb-settings tool allows a user to modify, view and check configuration.\nTo use the GUI, do not pass any arguments. To use the CLI mode, pass in the approrpiate command and parameters. For help with a particular command, try: {0} command help # splash screen related -SPLASHerror = Click here for details. Serious exception occurred. +SPLASHerror = Click here for details. An exception has occurred. SPLASH_ERROR = ERROR SPLASHtitle = Title SPLASHvendor = Vendor @@ -492,7 +492,7 @@ SPLASHdescription = Description SPLASHClose= Close SPLASHclosewAndCopyException = Close and copy the stack trace to clipboard -SPLASHexOccured = A serious exception has occurred... +SPLASHexOccured = An exception has occurred... SPLASHHome = Home SPLASHcantCopyEx = Can not copy exception SPLASHnoExRecorded = No exception recorded