From b981ab42249d3a5485f986b182ffbb1aed7c815f Mon Sep 17 00:00:00 2001 From: CassioMarques Date: Fri, 6 Feb 2009 22:54:23 -0200 Subject: Fixing the description of the i18n guide in the index page --- railties/guides/source/index.erb.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties') diff --git a/railties/guides/source/index.erb.textile b/railties/guides/source/index.erb.textile index 0f6e942d78..40b961cfdb 100644 --- a/railties/guides/source/index.erb.textile +++ b/railties/guides/source/index.erb.textile @@ -74,7 +74,7 @@ h3. Digging Deeper
<% guide("Rails Internationalization API", 'i18n.html', :ticket => 23) do %> - This guide covers how to build a plugin to extend the functionality of Rails. + This guide covers how to add internationalization to your applications. Your application will be able to translate content to different languages, change pluralization rules, use correct date formats for each country and so on. <% end %> <% guide("Action Mailer Basics", 'action_mailer_basics.html', :ticket => 25) do %> -- cgit v1.2.3