update internationalizations

This commit is contained in:
Lee Lawlor
2014-10-16 13:02:32 -04:00
parent e9ad17f5f4
commit c527515d4a
6 changed files with 15 additions and 32 deletions

View File

@ -103,7 +103,7 @@
</tr>
<tr>
<td class="left"></td>
<td><%= c.submit t(:channel_update), class: 'btn btn-primary' %></td>
<td><%= c.submit t(:save_model, model: 'Channel'), class: 'btn btn-primary' %></td>
</tr>
</table>
<% end %>
@ -116,7 +116,7 @@
<br><br>
<h4><%= t(:channel_delete_message) %></h4>
<%= button_to t(:channel_delete), channel_path(@channel.id), :method => 'delete', :data => { :confirm => t(:confirm_channel_delete) }, class: 'btn btn-danger' %>
<%= button_to t(:delete_model, model: 'Channel'), channel_path(@channel.id), :method => 'delete', :data => { :confirm => t(:confirm_channel_delete) }, class: 'btn btn-danger' %>
</div>
<div id="sidebar_old">
<ul>

View File

@ -5,7 +5,7 @@
<div class="col-pad" data-no-turbolink>
<%= button_to t(:channel_create), channels_path, :method => :post, :class => 'btn btn-primary' %><br>
<%= button_to t(:new_model, model: 'Channel'), channels_path, :method => :post, :class => 'btn btn-primary' %><br>
<% if @channels.length > 0 %>