修改国际化文件名字

This commit is contained in:
lizanle 2015-01-22 17:22:29 +08:00
parent 566f59c49e
commit 7fc2ea0484
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
<td width="10%"><%= l(:label_log_access_controller_action) %></td>
<td width="10%"><%= l(:label_log_response_time) %></td>
<td width="10%"><%= l(:label_log_views_time) %></td>
<td width="10%"><%= l(:label_log_access_time_percent) %></td>
<td width="10%"><%= l(:label_log_views_time_percent) %></td>
<td width="10%"><%= l(:label_log_active_record_time) %></td>
<td width="10%"><%= l(:label_log_active_record_time_percent) %></td></tr>
<% unless @log_result.nil? %>