Commit 42793aa82e63904de701b1bb8462677aed9af869
1 parent
660ecc74
Exists in
master
and in
29 other branches
ActionItem79: translating the initial "More ..." label
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@597 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/cms/_form.rhtml
... | ... | @@ -4,7 +4,7 @@ |
4 | 4 | |
5 | 5 | <div class='comatose_field'> |
6 | 6 | <label for="page_title"><%= _("Title") %></label> |
7 | - <%= f.text_field :title, :tabindex => 1, :maxlength => 255, :size => 30 %> <%= link_to_function "More...", "ComatoseEditForm.toggle_extra_fields(this, '%s', '%s')" % [_('More...'), _('Less...')], :id => 'more-options' %> | |
7 | + <%= f.text_field :title, :tabindex => 1, :maxlength => 255, :size => 30 %> <%= link_to_function _("More..."), "ComatoseEditForm.toggle_extra_fields(this, '%s', '%s')" % [_('More...'), _('Less...')], :id => 'more-options' %> | |
8 | 8 | </div> |
9 | 9 | |
10 | 10 | <div class='comatose_field' id='slug_row'> | ... | ... |