Commit b129e29d12e8ecbef3314a83a7af4a3cc1836a20
1 parent
aba449f0
Exists in
master
and in
29 other branches
Mark box titles for translation
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/views/cms/_text_editor_sidebar.rhtml
1 | 1 | <div class='text-editor-sidebar'> |
2 | 2 | <%= render(:partial => 'textile_quick_reference') if @article.is_a?(TextileArticle) %> |
3 | 3 | <div class='text-editor-sidebar-box' id='media-upload-box'> |
4 | - <p><strong>Media upload</strong></p> | |
4 | + <p><strong><%= _('Media upload') %></strong></p> | |
5 | 5 | <div id='media-upload-form'> |
6 | 6 | <% form_tag({ :action => 'media_upload' }, :multipart => true) do %> |
7 | 7 | <div class='formfield'> |
... | ... | @@ -24,7 +24,7 @@ |
24 | 24 | </div> |
25 | 25 | </div> |
26 | 26 | <div id='media-search-box' class='text-editor-sidebar-box'> |
27 | - <p><strong>Media search</strong></p> | |
27 | + <p><strong><%= _('Media search') %></strong></p> | |
28 | 28 | <p> |
29 | 29 | <% form_tag({ :action => 'search' }) do %> |
30 | 30 | <span class='formfield'> | ... | ... |