]> source.dussan.org Git - redmine.git/commitdiff
Fixes wrong string.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 30 Jul 2011 11:27:47 +0000 (11:27 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 30 Jul 2011 11:27:47 +0000 (11:27 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6331 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/context_menus/time_entries.html.erb

index fc665487a7acb2145a0ee5396267584bb35dc5ea..d1f20b11160eaa277249e512b4eb0daf320afc09 100644 (file)
@@ -17,7 +17,7 @@
                    <li><%= context_menu_link h(u.name), {:controller => 'timelog', :action => 'bulk_edit', :ids => @time_entries.collect(&:id), :time_entry => {'activity_id' => u}, :back_url => @back}, :method => :post,
                                              :selected => (@time_entry && u == @time_entry.activity), :disabled => !@can[:update] %></li>
                <% end -%>
-                   <li><%= context_menu_link l(:label_nobody), {:controller => 'timelog', :action => 'bulk_edit', :ids => @time_entries.collect(&:id), :time_entry => {'activity_id' => 'none'}, :back_url => @back}, :method => :post,
+                   <li><%= context_menu_link l(:label_none), {:controller => 'timelog', :action => 'bulk_edit', :ids => @time_entries.collect(&:id), :time_entry => {'activity_id' => 'none'}, :back_url => @back}, :method => :post,
                                              :selected => (@time_entry && @time_entry.activity.nil?), :disabled => !@can[:update] %></li>
                </ul>
        </li>