further i18n changes for Hebrew, impacting other locales too

This commit is contained in:
Reinier Balt 2012-04-11 21:09:46 +02:00
parent ea158d8aab
commit 6ec41600ab
12 changed files with 277 additions and 272 deletions

View file

@ -1,4 +1,4 @@
<% context = context_form
<% context = context_form
@context = context
-%>
@ -11,10 +11,10 @@
<div id="edit_error_status"><%= error_messages_for("project") %></div>
<label for="context_name">Context name</label><br/>
<label for="context_name"><%= t 'contexts.context_name' %></label><br/>
<%= text_field('context', 'name', :class => 'context-name', :tabindex => next_tab_index) %><br/>
<label for="context_hide">Hide from front page?</label>
<label for="context_hide"><%= t 'contexts.context_hide' %> </label>
<%= check_box('context', 'hide', {:class => 'context-hide', :tabindex => next_tab_index}) %>
<input type="hidden" name="wants_render" value="true" />