aboutsummaryrefslogtreecommitdiff
path: root/customize.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2018-08-25 22:54:45 +0200
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2018-08-25 22:54:45 +0200
commitfaab2792af4e54342362c9ba96b72d1c8c806908 (patch)
treec8378815ff5a997f37b65e23b1f5831e649311ad /customize.rb
parent81803975b690804d46d8ea719a404bc732a9f604 (diff)
massive english corrections, thanks to Haezel
Diffstat (limited to 'customize.rb')
-rwxr-xr-xcustomize.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/customize.rb b/customize.rb
index 714e20e..ba43d84 100755
--- a/customize.rb
+++ b/customize.rb
@@ -28,15 +28,15 @@ require_relative "dudle"
$d = Dudle.new
-$d << "<h2>" + _("Customize Personal Settings") + "</h2>"
-$d << _("You need cookies enabled in order to personalize your settings.")
+$d << "<h2>" + _("Customize personal settings") + "</h2>"
+$d << _("You need <a href='https://en.wikipedia.org/wiki/HTTP_cookie'>cookies</a> enabled in order to personalize your settings.")
def choosetable(options, cursetting)
ret = <<HEAD
<table>
<tr>
HEAD
- ret += "<th>" + _("Current Setting") + "</th>"
+ ret += "<th>" + _("Current setting") + "</th>"
ret += "<th>" + _("Description") + "</th>"
ret += "</tr>"
options.each{|description,href,title|