Commit 842bf3f28ab5a065b0be97c75cdab1294882a22c

webyast-software-ui - show name instead of alias in the delete confirmation popup
  
3636 <% unless disabled -%>
3737 <td><%= link_to image_tag('/images/delete.png', :alt => "delete"),
3838 {:action => 'delete', :id => r.id},
39 {:confirm => _("Really delete repository '%s'?") % h(r.id), :method => :delete} %>
39 {:confirm => _("Really delete repository '%s'?") % h(r.name), :method => :delete} %>
4040 </td>
4141 <% end -%>
4242 </tr>