diff options
author | Azamat Hackimov <azamat.hackimov@gmail.com> | 2009-03-22 20:33:21 +0000 |
---|---|---|
committer | Azamat Hackimov <azamat.hackimov@gmail.com> | 2009-03-22 20:33:21 +0000 |
commit | 80acb00454114af5343dc18d0e589fac0df44e20 (patch) | |
tree | d3dcf65080e98e4a46949e08a12e151f7d16bcbc /app/models/query.rb | |
parent | ad34778cb197a267f2e06537d5a9ed464e8285b0 (diff) | |
download | redmine-80acb00454114af5343dc18d0e589fac0df44e20.tar.gz redmine-80acb00454114af5343dc18d0e589fac0df44e20.zip |
Fixing bug #3009, trivial updates of locales
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2614 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/models/query.rb')
-rw-r--r-- | app/models/query.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/query.rb b/app/models/query.rb index 99ebb757e..41ce17ff6 100644 --- a/app/models/query.rb +++ b/app/models/query.rb @@ -70,8 +70,8 @@ class Query < ActiveRecord::Base "c" => :label_closed_issues, "!*" => :label_none, "*" => :label_all, - ">=" => '>=', - "<=" => '<=', + ">=" => :label_greater_or_equal, + "<=" => :label_less_or_equal, "<t+" => :label_in_less_than, ">t+" => :label_in_more_than, "t+" => :label_in, |