From 749448447be27587cf819a2200ad5498f585710f Mon Sep 17 00:00:00 2001 From: Joenio Costa Date: Mon, 31 Mar 2014 21:09:02 -0300 Subject: [PATCH] Mark string for translation --- app/helpers/boxes_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/boxes_helper.rb b/app/helpers/boxes_helper.rb index ac26332..00f262d 100644 --- a/app/helpers/boxes_helper.rb +++ b/app/helpers/boxes_helper.rb @@ -224,7 +224,7 @@ module BoxesHelper html = content_tag('div', content_tag('h2', _('Embed block code')) + - 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;') + + 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;') + content_tag('textarea', block.embed_code(url), :style => 'margin-bottom: 1em; width:100%; height:40%;') + thickbox_close_button(_('Close')), :style => 'display: none;', :id => "embed-code-box-#{block.id}") -- libgit2 0.21.2