aboutsummaryrefslogtreecommitdiff
path: root/index.cgi
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2010-09-26 20:18:57 +0200
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2010-09-26 20:18:57 +0200
commit8a4a2128e3c4bd7f2e1ac94e99f4a46447e66c24 (patch)
tree18335ad928a674a7671efd86f3fa7f3d9534ae49 /index.cgi
parent1a748a02a0ce3c7dd0cde2851d7e1460698482c0 (diff)
small uppercase->lowercase change
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]