Author: juiceman
Date: 2007-05-13 20:41:34 +0000 (Sun, 13 May 2007)
New Revision: 13237

Modified:
   trunk/apps/bookmarkplugin/src/falimat/freenet/webplugin/ErrorPage.java
   
trunk/apps/bookmarkplugin/src/falimat/freenet/webplugin/KeyNotFoundException.java
Log:
Trivial.  freenet -> Freenet

Modified: trunk/apps/bookmarkplugin/src/falimat/freenet/webplugin/ErrorPage.java
===================================================================
--- trunk/apps/bookmarkplugin/src/falimat/freenet/webplugin/ErrorPage.java      
2007-05-13 18:18:13 UTC (rev 13236)
+++ trunk/apps/bookmarkplugin/src/falimat/freenet/webplugin/ErrorPage.java      
2007-05-13 20:41:34 UTC (rev 13237)
@@ -5,7 +5,7 @@
 public class ErrorPage extends HtmlPage {
     public ErrorPage(String msg, Throwable t) {
         super("Error Page"); // TODO: This is weird
-        super.setTitle("Error in freenet plugin: " + msg);
+        super.setTitle("Error in Freenet plugin: " + msg);
         MessageArea messageArea = new MessageArea();
         messageArea.setHeadline(msg);
         messageArea.setMessage("<pre>" + HtmlPage.getStacktrace(t) + "</pre>");

Modified: 
trunk/apps/bookmarkplugin/src/falimat/freenet/webplugin/KeyNotFoundException.java
===================================================================
--- 
trunk/apps/bookmarkplugin/src/falimat/freenet/webplugin/KeyNotFoundException.java
   2007-05-13 18:18:13 UTC (rev 13236)
+++ 
trunk/apps/bookmarkplugin/src/falimat/freenet/webplugin/KeyNotFoundException.java
   2007-05-13 20:41:34 UTC (rev 13237)
@@ -7,6 +7,6 @@

 public class KeyNotFoundException extends ParamException {
     public KeyNotFoundException(String uri) {
-        super("Failed to fetch freenet key  {0}", uri);
+        super("Failed to fetch Freenet key  {0}", uri);
     }
 }
\ No newline at end of file


Reply via email to