/hg/icedtea-web: Messages.properties: fixed grammar in JREContin...

jvanek at icedtea.classpath.org jvanek at icedtea.classpath.org
Fri May 26 12:59:36 UTC 2017


changeset c8563e8bfc2b in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=c8563e8bfc2b
author: Jiri Vanek <jvanek at redhat.com>
date: Fri May 26 15:09:21 2017 +0200

	Messages.properties: fixed grammar in JREContinueDialogSentence2 and ALACAMatchingMainTitle keys


diffstat:

 ChangeLog                                               |  6 ++++++
 netx/net/sourceforge/jnlp/resources/Messages.properties |  4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r c72a8aea9450 -r c8563e8bfc2b ChangeLog
--- a/ChangeLog	Mon May 22 19:59:53 2017 +0200
+++ b/ChangeLog	Fri May 26 15:09:21 2017 +0200
@@ -1,3 +1,9 @@
+2017-05-22  Juergen Hoffmann <juhoffma at redhat.com>
+            Jiri Vanek <jvanek at redhat.com>
+
+	* netx/net/sourceforge/jnlp/resources/Messages.properties: fixed grammar in
+	JREContinueDialogSentence2 and ALACAMatchingMainTitle keys
+
 2017-05-22  Jiri Vanek <jvanek at redhat.com>
 
 	Windows desktop path attempted to be handled correctly
diff -r c72a8aea9450 -r c8563e8bfc2b netx/net/sourceforge/jnlp/resources/Messages.properties
--- a/netx/net/sourceforge/jnlp/resources/Messages.properties	Mon May 22 19:59:53 2017 +0200
+++ b/netx/net/sourceforge/jnlp/resources/Messages.properties	Fri May 26 15:09:21 2017 +0200
@@ -68,7 +68,7 @@
 
 # version check minidialogue
 JREversionDontMatch=Warning - your JRE - {0} - does not match requested JRE - {1}
-JREContinueDialogSentence2=Do you wont to continue in running?
+JREContinueDialogSentence2=Do you want to continue running?
 JREContinueDialogSentenceTitle=Incompatible JRE
 
 # missing permissions dialogue
@@ -95,7 +95,7 @@
 # matching Application-Library-Allowable-Codebase dialogue
 ALACAMatchingMainTitle=The application <span color=''green''> {0} </span> \
 from <span color=''green''> {1} </span> uses resources from the following remote locations:<br/>{2} <br/> \
-They looks ok. Are you sure you want to run this application?
+They look ok. Are you sure you want to run this application?
 ALACAMatchingInfo=For more information you can visit:<br/>\
 <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/security/manifest.html#app_library"> \
 JAR File Manifest Attributes</a> <br/> \


More information about the distro-pkg-dev mailing list