diff --git a/apps/routerconsole/java/src/net/i2p/router/web/ConfigUIHandler.java b/apps/routerconsole/java/src/net/i2p/router/web/ConfigUIHandler.java
index 17ca229f7494ef5c7ec511f3784ae8e85ac5ff07..0679c25c0733a2c39e5e80343d04650209498249 100644
--- a/apps/routerconsole/java/src/net/i2p/router/web/ConfigUIHandler.java
+++ b/apps/routerconsole/java/src/net/i2p/router/web/ConfigUIHandler.java
@@ -24,7 +24,7 @@ public class ConfigUIHandler extends FormHandler {
         else
             _context.router().setConfigSetting(CSSHelper.PROP_THEME_NAME, _config);
         if (_context.router().saveConfig()) 
-            addFormNotice("Configuration saved successfully");
+            addFormNotice("Theme change successfully saved (refresh page to view)");
         else
             addFormNotice("Error saving the configuration (applied but not saved) - please see the error logs");
     }