Commit 5c4a31aa236d4eca546f9d10296659a8aa8f9706

Authored by Victor Costa
2 parents 9ab7908b dd846d23

Merge branch 'virtuoso_integration' into stable

plugins/virtuoso/views/virtuoso_plugin_admin/index.html.erb
... ... @@ -51,7 +51,7 @@
51 51 <div class="triple-management">
52 52 <div class="actions">
53 53 <%= button :edit, _('Triples management'), :action => :triples_management %>
54   - <%= button :edit, _('Custom Queries'), :action => :index, :controller => 'virtuoso_plugin_custom_queries' %>
  54 + <%= button :edit, _('Custom Templates'), :action => :index, :controller => 'virtuoso_plugin_custom_queries' %>
55 55 <%= button :edit, _('Ontology mapping'), :action => :index, :controller => 'virtuoso_plugin_ontology_mapping' %>
56 56 </div>
57 57 </div>
... ...
plugins/virtuoso/views/virtuoso_plugin_custom_queries/edit.html.erb
1   -<h1><%= _('Manage Custom Queries - Edit') %></h1>
  1 +<h1><%= _('Manage Custom Templates - Edit') %></h1>
2 2  
3 3 <%= render 'form' %>
4 4  
... ...
plugins/virtuoso/views/virtuoso_plugin_custom_queries/index.html.erb
1   -<h1><%= _('Manage Custom Queries') %></h1>
  1 +<h1><%= _('Manage Custom Templates') %></h1>
2 2  
3 3 <table>
4 4 <tr>
... ...
plugins/virtuoso/views/virtuoso_plugin_custom_queries/new.html.erb
1   -<h1><%= _('Manage Custom Queries - New') %></h1>
  1 +<h1><%= _('Manage Custom Templates - New') %></h1>
2 2  
3 3 <%= render 'form' %>
4 4  
... ...