aboutsummaryrefslogtreecommitdiff
path: root/timepollhead.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2010-03-10 16:51:21 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2010-03-10 16:51:21 +0100
commite0bf656220a59830d40579d678ccd0d535762f93 (patch)
treeca7b46e4ad69ad24decbd03cd51d53eccb70132c /timepollhead.rb
parent603f7bf1d221e375fc5af9cdf3dab028fe4643f1 (diff)
forgot to gettext one string
Diffstat (limited to 'timepollhead.rb')
-rw-r--r--timepollhead.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/timepollhead.rb b/timepollhead.rb
index bae1526..6946a29 100644
--- a/timepollhead.rb
+++ b/timepollhead.rb
@@ -132,7 +132,7 @@ class TimePollHead
scols.include?(col) ? SORT : NOSORT
end
- ret += "<th class='invisible'></th></tr><tr><th><a href='?sort=name'>Name #{sortsymb(scols,"name")}</a></th>"
+ ret += "<th class='invisible'></th></tr><tr><th><a href='?sort=name'>" + _("Name") + " #{sortsymb(scols,"name")}</a></th>"
@data.sort.each{|date|
ret += "<th><a title='#{date}' href='?sort=#{CGI.escape(date.to_s)}'>#{date.time_to_s} #{sortsymb(scols,date.to_s)}</a></th>\n"
}