diff --git a/app/views/configurations/index.html.haml b/app/views/configurations/index.html.haml
--- a/app/views/configurations/index.html.haml
+++ b/app/views/configurations/index.html.haml
@@ -20,7 +20,11 @@
= in_place_editor_field :configuration, :value, {}, :rows=>1
%br/
-= link_to '[Reload configuration]', :action => 'reload'
+Your config is saved, but it does not automatically take effect.
%br/
-Your config is saved, but it does not automatically take effect.
-You must reload.
+If you have one mongrel process running, you can
+= link_to '[click]', :action => 'reload'
+here to reload.
+%br/
+If you have more than one process running, you should restart
+them manually.