From c8106881068d8313aef54935099d51319795e249 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 3 Sep 2006 23:52:10 +0000 Subject: More inclusive 500 language git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4956 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/html/500.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/railties/html/500.html b/railties/html/500.html index ab95f74c46..146b216bfd 100644 --- a/railties/html/500.html +++ b/railties/html/500.html @@ -3,6 +3,6 @@

Application error

-

Change this error message for exceptions thrown outside of an action (like in Dispatcher setups or broken Ruby code) in public/500.html

+

Change this error message for uncaught exceptions in public/500.html

\ No newline at end of file -- cgit v1.2.3