Author: Jogy
Date: 2006-08-21 18:13:33 +0000 (Mon, 21 Aug 2006)
New Revision: 10225

Modified:
   trunk/freenet/src/freenet/clients/http/QueueToadlet.java
Log:
that's more descriptive...

Modified: trunk/freenet/src/freenet/clients/http/QueueToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/QueueToadlet.java    2006-08-21 
14:48:20 UTC (rev 10224)
+++ trunk/freenet/src/freenet/clients/http/QueueToadlet.java    2006-08-21 
18:13:33 UTC (rev 10225)
@@ -756,7 +756,7 @@
                insertForm.addChild("#", " Compress \u00a0 ");
                insertForm.addChild("input", new String[] { "type", "name", 
"value" }, new String[] { "submit", "insert", "Insert file" });
                insertForm.addChild("#", " \u00a0 ");
-               insertForm.addChild("input", new String[] { "type", "name", 
"value" }, new String[] { "submit", "insert-local", "Insert local file" });
+               insertForm.addChild("input", new String[] { "type", "name", 
"value" }, new String[] { "submit", "insert-local", "Browse..." });
                insertForm.addChild("#", " \u00a0 ");
                insertForm.addChild("input", new String[] { "type", "name" }, 
new String[] { "reset", "Reset form" });
                return insertBox;


Reply via email to