aboutsummaryrefslogtreecommitdiff
path: root/index.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'index.cgi')
-rwxr-xr-xindex.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.cgi b/index.cgi
index 99620a9..034cf16 100755
--- a/index.cgi
+++ b/index.cgi
@@ -134,7 +134,7 @@ CREATE
if defined?(EXAMPLES)
$d << "<div class='textcolumn'><h2>" + _("Examples") + "</h2>"
- $d << _("If you want to play around with the Tool, you may want to take a look at these Example Polls:")
+ $d << _("If you want to play with the application, you may want to take a look at these example polls:")
$d << "<ul>"
EXAMPLES.each{|poll|
$d << "<li><a href='example.cgi?poll=#{poll[:url]}'>#{poll[:description]}</a></li>" unless poll[:hidden]