aboutsummaryrefslogtreecommitdiff
path: root/timepollhead.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2010-02-12 22:40:12 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2010-02-12 22:40:12 +0100
commit63b13b11d0c1b80bc3de67f8478d7eeaacabb617 (patch)
tree0e7dbeea66f7079712c67257b15addc761d9cf5b /timepollhead.rb
parent6ff1f342c6ac1f3c9c1c31fb050af3fda0850d2d (diff)
big letters
Diffstat (limited to 'timepollhead.rb')
-rw-r--r--timepollhead.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/timepollhead.rb b/timepollhead.rb
index fa7090f..b5abb72 100644
--- a/timepollhead.rb
+++ b/timepollhead.rb
@@ -302,9 +302,9 @@ END
days = @data.sort.collect{|date| date.date }.uniq
chosenstr = {
- "chosen" => _("chosen"),
- "notchosen" => _("notchosen"),
- "disabled" => _("past")
+ "chosen" => _("Chosen"),
+ "notchosen" => _("Not Chosen"),
+ "disabled" => _("Past")
}