Commit a52001fff28405ff460e5e68f9a23d9f925dd539
1 parent
765d0e87
Exists in
master
and in
29 other branches
Fix typo
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
app/views/cms/_textile_article.rhtml
@@ -6,7 +6,7 @@ | @@ -6,7 +6,7 @@ | ||
6 | 6 | ||
7 | <br style="clear: both;"/> | 7 | <br style="clear: both;"/> |
8 | <%= button :add, _("Lead"), '#', :id => "lead-button", :style => "margin-left: 0px;" %> | 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 | <div id="article-lead"> | 11 | <div id="article-lead"> |
12 | <%= labelled_form_field(_('Lead'), text_area(:article, 'abstract', :cols => 64, :rows => 10)) %> | 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,7 +13,7 @@ | ||
13 | 13 | ||
14 | <br style="clear: both;"/> | 14 | <br style="clear: both;"/> |
15 | <%= button :add, _("Lead"), '#', :id => "lead-button", :style => "margin-left: 0px;" %> | 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 | <div id="article-lead"> | 18 | <div id="article-lead"> |
19 | <%= labelled_form_field(_('Lead'), text_area(:article, 'abstract', :style => 'width: 100%; height: 300px;')) %> | 19 | <%= labelled_form_field(_('Lead'), text_area(:article, 'abstract', :style => 'width: 100%; height: 300px;')) %> |