/hg/icedtea-web: Remove 'serious' from error message in splash s...
adomurad at icedtea.classpath.org
adomurad at icedtea.classpath.org
Wed May 29 07:53:22 PDT 2013
changeset acc70a489a2d in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=acc70a489a2d
author: Adam Domurad <adomurad at redhat.com>
date: Wed May 29 10:54:44 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 9e1f7dc48c20 -r acc70a489a2d ChangeLog
--- a/ChangeLog Mon May 20 16:22:44 2013 +0200
+++ b/ChangeLog Wed May 29 10:54:44 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-20 Jiri Vanek <jvanek at redhat.com>
Synchronized launchers to be from one source
diff -r 9e1f7dc48c20 -r acc70a489a2d netx/net/sourceforge/jnlp/resources/Messages.properties
--- a/netx/net/sourceforge/jnlp/resources/Messages.properties Mon May 20 16:22:44 2013 +0200
+++ b/netx/net/sourceforge/jnlp/resources/Messages.properties Wed May 29 10:54:44 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