diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2006-09-03 23:52:10 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2006-09-03 23:52:10 +0000 |
commit | c8106881068d8313aef54935099d51319795e249 (patch) | |
tree | 5b7d3ee62c2d848b4ea537034ee5bf6014702319 /railties/html | |
parent | 3558322b9d4af0775fb5c9922a588eaa7cd0c5a2 (diff) | |
download | rails-c8106881068d8313aef54935099d51319795e249.tar.gz rails-c8106881068d8313aef54935099d51319795e249.tar.bz2 rails-c8106881068d8313aef54935099d51319795e249.zip |
More inclusive 500 language
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4956 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/html')
-rw-r--r-- | railties/html/500.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <html> <body> <h1>Application error</h1> - <p>Change this error message for exceptions thrown outside of an action (like in Dispatcher setups or broken Ruby code) in public/500.html</p> + <p>Change this error message for uncaught exceptions in public/500.html</p> </body> </html>
\ No newline at end of file |