Commit f162f3f5b34c8066977f10257e629e666da2e633

Authored by Francisco Marcelo A. Lima Júnior
Committed by Victor Costa
1 parent 4eb56579

replace 'editing block' label with block name

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/box_organizer/edit.rhtml
1 1 <div class="block-config-options <%= @block.class.name %>-options">
2   - <h2 class="title"><%= _('Editing block') %></h2>
  2 + <h2><%= _(@block.class.description) %></h2>
3 3  
4 4 <% form_tag(:action => 'save', :id => @block.id) do %>
5 5  
... ...