From a52001fff28405ff460e5e68f9a23d9f925dd539 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Tue, 7 Dec 2010 13:20:07 -0300 Subject: [PATCH] Fix typo --- app/views/cms/_textile_article.rhtml | 2 +- app/views/cms/_tiny_mce_article.rhtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/cms/_textile_article.rhtml b/app/views/cms/_textile_article.rhtml index 8d40acb..e7490c6 100644 --- a/app/views/cms/_textile_article.rhtml +++ b/app/views/cms/_textile_article.rhtml @@ -6,7 +6,7 @@
<%= button :add, _("Lead"), '#', :id => "lead-button", :style => "margin-left: 0px;" %> -<%= _('Used when a short version your text is needed.') %> +<%= _('Used when a short version of your text is needed.') %>
<%= labelled_form_field(_('Lead'), text_area(:article, 'abstract', :cols => 64, :rows => 10)) %> diff --git a/app/views/cms/_tiny_mce_article.rhtml b/app/views/cms/_tiny_mce_article.rhtml index 06badec..b278ba6 100644 --- a/app/views/cms/_tiny_mce_article.rhtml +++ b/app/views/cms/_tiny_mce_article.rhtml @@ -13,7 +13,7 @@
<%= button :add, _("Lead"), '#', :id => "lead-button", :style => "margin-left: 0px;" %> - <%= _('Used when a short version your text is needed.') %> + <%= _('Used when a short version of your text is needed.') %>
<%= labelled_form_field(_('Lead'), text_area(:article, 'abstract', :style => 'width: 100%; height: 300px;')) %> -- libgit2 0.21.2