diff options
author | Adam Domurad <[email protected]> | 2012-12-04 11:09:03 -0500 |
---|---|---|
committer | Adam Domurad <[email protected]> | 2012-12-04 11:09:03 -0500 |
commit | 81f8877cb6eed1730f4237b41e7e6ecee1bf281d (patch) | |
tree | 6090ca4fa7803d95b6f0c9e33dedc717de1e203d /netx | |
parent | 3d2bf421439fc11bbc1c1aa33705d67efa879606 (diff) |
Fix grammar in splash screen exception message
Diffstat (limited to 'netx')
-rw-r--r-- | netx/net/sourceforge/jnlp/resources/Messages.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netx/net/sourceforge/jnlp/resources/Messages.properties b/netx/net/sourceforge/jnlp/resources/Messages.properties index ed34397..2d91f55 100644 --- a/netx/net/sourceforge/jnlp/resources/Messages.properties +++ b/netx/net/sourceforge/jnlp/resources/Messages.properties @@ -453,7 +453,7 @@ SPLASHhomepage = Homepage SPLASHdescription = Description
SPLASHClose= Close
SPLASHclosewAndCopyException = Close and copy StackTrace to clipboard
-SPLASHexOccured = Sorry, an serious exception have occurred...
+SPLASHexOccured = Sorry, a serious exception occurred...
SPLASHHome = Home
SPLASHcantCopyEx = Can not copy exception
SPLASHnoExRecorded = No exception recorded
|