X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/95595ee7f022448e6f9177accae5476577719057..af1da641da1beec07e58c85330dfe836e83a7d26:/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