Correct translation name.

This commit is contained in:
Tom Hughes 2009-06-02 08:40:16 +00:00
parent 35eeff0081
commit 0f7301b64f

View file

@ -114,7 +114,7 @@ class TraceController < ApplicationController
redirect_to :controller => 'trace', :action => 'list' redirect_to :controller => 'trace', :action => 'list'
end end
rescue ActiveRecord::RecordNotFound rescue ActiveRecord::RecordNotFound
flash[:notice] = t 'trace.view.trace not found' flash[:notice] = t 'trace.view.trace_not_found'
redirect_to :controller => 'trace', :action => 'list' redirect_to :controller => 'trace', :action => 'list'
end end