aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorKarel Minarik <karmi@karmi.cz>2009-04-25 11:32:40 +0200
committerKarel Minarik <karmi@karmi.cz>2009-04-25 11:32:40 +0200
commit4f623f5f89b5d2e3299f16314880e3c75d6b2c6a (patch)
tree98f5d99766580e8a78ad8ac2f6d87bf29102f956 /railties
parent7163b64d32fa57ce9bd78710aea2fe0d2283522f (diff)
downloadrails-4f623f5f89b5d2e3299f16314880e3c75d6b2c6a.tar.gz
rails-4f623f5f89b5d2e3299f16314880e3c75d6b2c6a.tar.bz2
rails-4f623f5f89b5d2e3299f16314880e3c75d6b2c6a.zip
Better wording of environment.rb example code, thanks Paul Gillard
See https://rails.lighthouseapp.com/projects/16213/tickets/23-rails-i18
Diffstat (limited to 'railties')
-rw-r--r--railties/guides/source/i18n.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/i18n.textile b/railties/guides/source/i18n.textile
index f5df2505b6..c4f178faa0 100644
--- a/railties/guides/source/i18n.textile
+++ b/railties/guides/source/i18n.textile
@@ -97,7 +97,7 @@ The *translations load path* (+I18n.load_path+) is just a Ruby Array of paths to
NOTE: The backend will lazy-load these translations when a translation is looked up for the first time. This makes it possible to just swap the backend with something else even after translations have already been announced.
-The default +environment.rb+ files has instruction how to add locales from another directory and how to set a different default locale. Just uncomment and edit the specific lines.
+The default +environment.rb+ files has instructions on how to add locales from another directory and how to set a different default locale. Just uncomment and edit the specific lines.
<ruby>
# The internationalization framework can be changed