projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35eeff0
)
Correct translation name.
author
Tom Hughes
<tom@compton.nu>
Tue, 2 Jun 2009 08:40:16 +0000
(08:40 +0000)
committer
Tom Hughes
<tom@compton.nu>
Tue, 2 Jun 2009 08:40:16 +0000
(08:40 +0000)
app/controllers/trace_controller.rb
patch
|
blob
|
history
diff --git
a/app/controllers/trace_controller.rb
b/app/controllers/trace_controller.rb
index 49a3619153e33c8c29c9078d4438610690db2cac..0248ad7cd4874d7c9cd294ccf4c73fe31fea6c1a 100644
(file)
--- 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