]> source.dussan.org Git - sonarqube.git/commitdiff
Rename the option 'Show full source' to 'Full source'
authorsimonbrandhof <simon.brandhof@gmail.com>
Wed, 23 Mar 2011 09:25:15 +0000 (10:25 +0100)
committersimonbrandhof <simon.brandhof@gmail.com>
Wed, 23 Mar 2011 09:25:15 +0000 (10:25 +0100)
sonar-server/src/main/webapp/WEB-INF/app/views/browse/_options.html.erb
sonar-server/src/main/webapp/WEB-INF/app/views/resource/_options.html.erb

index 6346e045932f205275df3c014d6ce3730a366522..bd6d0dfe9306941eac952dc73c0ee5d2a58f9b01 100644 (file)
@@ -35,7 +35,7 @@
       <% if @expandable %>
         <td class="<%= 'first' if first -%>">
           <input type="checkbox" value="true" name="expand" id="expand" <%= 'checked' if @expanded -%> onclick="applyOptions()"/>
-          <label for="expand">Show full source</label>
+          <label for="expand">Full source</label>
         </td>
       <%   first=false
          end %>
index 1f1e05a2e389ae4f06dd56d4515bc534f641ac4b..7e76510220662e227bdc2f467cbd9100ba86abf8 100644 (file)
@@ -28,7 +28,7 @@
          if @expandable %>
         <td class="<%= 'first' if first -%>">
           <input type="checkbox" value="true" name="expand" id="expand" <%= 'checked' if @expanded -%> onclick="applyOptions()"/>
-          <label for="expand">Show full source</label>
+          <label for="expand">Full source</label>
         </td>
       <%   first=false
          end %>