X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/95595ee7f022448e6f9177accae5476577719057..afb13ad93e30b5d7c8ba39772c5ac6a62603bb77:/app/controllers/trace_controller.rb diff --git a/app/controllers/trace_controller.rb b/app/controllers/trace_controller.rb index 49a361915..0248ad7cd 100644 --- a/app/controllers/trace_controller.rb +++ b/app/controllers/trace_controller.rb @@ -114,7 +114,7 @@ class TraceController < ApplicationController redirect_to :controller => 'trace', :action => 'list' end 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' end