Hi,

I committed this small change to the gcjwebplugin security warning message.

Tom

2006-06-08  Thomas Fitzsimmons  <[EMAIL PROTECTED]>

        * native/plugin/gcjwebplugin.cc (SECURITY_DESCRIPTION): Update
        message.
Index: native/plugin/gcjwebplugin.cc
===================================================================
RCS file: /sources/classpath/classpath/native/plugin/gcjwebplugin.cc,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- native/plugin/gcjwebplugin.cc	8 Jun 2006 15:56:12 -0000	1.6
+++ native/plugin/gcjwebplugin.cc	8 Jun 2006 15:59:20 -0000	1.7
@@ -126,8 +126,7 @@
   "GNU Classpath's security implementation is not complete.\n"  \
   "HOSTILE APPLETS WILL STEAL AND/OR DESTROY YOUR DATA!\n"
 #define SECURITY_DESCRIPTION                                            \
-  "If you do not know or trust the source of this applet, click"        \
-  " \"Cancel\".\n"                                                      \
+  "Click \"Cancel\" if you do not trust the source of this applet.\n"   \
   "Click \"Trust Applet\" to load and run this applet now.\n"           \
   "Click \"Trust Applet and Add To Whitelist\" to always load"          \
   " and run this applet from now on, without asking.\n"                 \

Reply via email to