<% use ui::cmn; my ($isreverse,$ostype,$longfilename_info,$err) = @_;  
%>

<% if ($isreverse) { %>
    <%= __('Deoptimization of the Prototype has failed.') %>
<% } else { %>
<h2><%= __('Operation failed.') %></h2>
    <%= __('Optimization of the Prototype has failed.') %>
<% } %>

<%= $err %>


<% $forge->include('wgt-warning-long-file-names',$longfilename_info) %>