From 42793aa82e63904de701b1bb8462677aed9af869 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Mon, 1 Oct 2007 18:56:18 +0000 Subject: [PATCH] ActionItem79: translating the initial "More ..." label --- app/views/cms/_form.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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