aboutsummaryrefslogtreecommitdiff
path: root/config_sample.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-10-29 09:26:22 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-10-29 09:26:22 +0100
commit5c8670510b16ebf1db221cadf6d266828767a6f3 (patch)
tree3e7c486e23596e0516102a7a4734881ee95a288b /config_sample.rb
parent70eda2c21900f5c487f3ab6e0d3d99abc04d6900 (diff)
better wording
Diffstat (limited to '')
-rw-r--r--config_sample.rb (renamed from config.rb.sample)2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.rb.sample b/config_sample.rb
index 06e0420..109245a 100644
--- a/config.rb.sample
+++ b/config_sample.rb
@@ -6,7 +6,7 @@ SITEURL = "http://#{$cgi.server_name}#{$cgi.script_name.gsub(/[^\/]*$/,"")}"
# add this htmlcode to the startpage
NOTICE = <<NOTICE
-<fieldset><legend>Sandbox</legend>
+<fieldset><legend>Examples</legend>
If you want to play around with the Tool, you may want to take a look at these two Example Polls:<br />
<a href='EventScheduleExample'>Event Schedule Poll</a><br />
<a href='NormalExample'>Normal Poll</a>