diff --git a/app/views/cms/_form.rhtml b/app/views/cms/_form.rhtml index e287008..a7fff3a 100644 --- a/app/views/cms/_form.rhtml +++ b/app/views/cms/_form.rhtml @@ -4,7 +4,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' %> + <%= 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' %>
-- libgit2 0.21.2