/hg/release/icedtea-web-1.4: Remove 'serious' from error message...
adomurad at icedtea.classpath.org
adomurad at icedtea.classpath.org
Wed May 29 07:55:19 PDT 2013
changeset e281ea56466e in /hg/release/icedtea-web-1.4
details: http://icedtea.classpath.org/hg/release/icedtea-web-1.4?cmd=changeset;node=e281ea56466e
author: Adam Domurad <adomurad at redhat.com>
date: Wed May 29 10:56:57 2013 -0400
Remove 'serious' from error message in splash screen.
diffstat:
ChangeLog | 5 +++++
netx/net/sourceforge/jnlp/resources/Messages.properties | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
diffs (33 lines):
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 <adomurad at redhat.com>
+
+ * netx/net/sourceforge/jnlp/resources/Messages.properties:
+ "A serious exception occurred" -> "An exception occurred"
+
2013-05-21 Adam Domurad <adomurad at redhat.com>
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
More information about the distro-pkg-dev
mailing list