Commit a52001fff28405ff460e5e68f9a23d9f925dd539

Authored by Antonio Terceiro
1 parent 765d0e87

Fix typo

app/views/cms/_textile_article.rhtml
... ... @@ -6,7 +6,7 @@
6 6  
7 7 <br style="clear: both;"/>
8 8 <%= button :add, _("Lead"), '#', :id => "lead-button", :style => "margin-left: 0px;" %>
9   -<em><%= _('Used when a short version your text is needed.') %></em>
  9 +<em><%= _('Used when a short version of your text is needed.') %></em>
10 10  
11 11 <div id="article-lead">
12 12 <%= labelled_form_field(_('Lead'), text_area(:article, 'abstract', :cols => 64, :rows => 10)) %>
... ...
app/views/cms/_tiny_mce_article.rhtml
... ... @@ -13,7 +13,7 @@
13 13  
14 14 <br style="clear: both;"/>
15 15 <%= button :add, _("Lead"), '#', :id => "lead-button", :style => "margin-left: 0px;" %>
16   - <em><%= _('Used when a short version your text is needed.') %></em>
  16 + <em><%= _('Used when a short version of your text is needed.') %></em>
17 17  
18 18 <div id="article-lead">
19 19 <%= labelled_form_field(_('Lead'), text_area(:article, 'abstract', :style => 'width: 100%; height: 300px;')) %>
... ...