Commit 749448447be27587cf819a2200ad5498f585710f
1 parent
8a04249f
Exists in
master
and in
29 other branches
Mark string for translation
(ActionItem3031)
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/helpers/boxes_helper.rb
@@ -224,7 +224,7 @@ module BoxesHelper | @@ -224,7 +224,7 @@ module BoxesHelper | ||
224 | 224 | ||
225 | html = content_tag('div', | 225 | html = content_tag('div', |
226 | content_tag('h2', _('Embed block code')) + | 226 | content_tag('h2', _('Embed block code')) + |
227 | - content_tag('div', 'Below, you''ll see a field containing embed code for the block. Just copy the code and paste it into your website or blogging software.', :style => 'margin-bottom: 1em;') + | 227 | + content_tag('div', _('Below, you''ll see a field containing embed code for the block. Just copy the code and paste it into your website or blogging software.'), :style => 'margin-bottom: 1em;') + |
228 | content_tag('textarea', block.embed_code(url), :style => 'margin-bottom: 1em; width:100%; height:40%;') + | 228 | content_tag('textarea', block.embed_code(url), :style => 'margin-bottom: 1em; width:100%; height:40%;') + |
229 | thickbox_close_button(_('Close')), :style => 'display: none;', :id => "embed-code-box-#{block.id}") | 229 | thickbox_close_button(_('Close')), :style => 'display: none;', :id => "embed-code-box-#{block.id}") |
230 | 230 |