diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-03-23 10:25:15 +0100 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-03-23 10:25:15 +0100 |
commit | c1d76b6ef8255491134ff4c4c902090dc8b6f595 (patch) | |
tree | da09a1f8b108539ed97eeb29d5c9e07a4f041844 /sonar-server/src/main/webapp | |
parent | c1ae10c193f252f0c3842d6cf3af2fb858fe1b0e (diff) | |
download | sonarqube-c1d76b6ef8255491134ff4c4c902090dc8b6f595.tar.gz sonarqube-c1d76b6ef8255491134ff4c4c902090dc8b6f595.zip |
Rename the option 'Show full source' to 'Full source'
Diffstat (limited to 'sonar-server/src/main/webapp')
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/views/browse/_options.html.erb | 2 | ||||
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/views/resource/_options.html.erb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/browse/_options.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/browse/_options.html.erb index 6346e045932..bd6d0dfe930 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/browse/_options.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/browse/_options.html.erb @@ -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 %> diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/resource/_options.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/resource/_options.html.erb index 1f1e05a2e38..7e765102206 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/resource/_options.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/resource/_options.html.erb @@ -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 %> |