aboutsummaryrefslogtreecommitdiff
path: root/timepollhead.rb
diff options
context:
space:
mode:
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 da48518..de91636 100644
--- a/timepollhead.rb
+++ b/timepollhead.rb
@@ -116,7 +116,7 @@ class TimePollHead
delete_column(column) if column != ""
parsed_date = TimeString.new(newtitle, cgi["columntime"] != "" ? cgi["columntime"] : nil)
if @data.include?(parsed_date)
- @edit_column_error = _("This Time was already choosen.")
+ @edit_column_error = _("This Time was already chosen.")
return nil
else
@data << parsed_date