aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main/webapp
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2011-03-23 10:25:15 +0100
committersimonbrandhof <simon.brandhof@gmail.com>2011-03-23 10:25:15 +0100
commitc1d76b6ef8255491134ff4c4c902090dc8b6f595 (patch)
treeda09a1f8b108539ed97eeb29d5c9e07a4f041844 /sonar-server/src/main/webapp
parentc1ae10c193f252f0c3842d6cf3af2fb858fe1b0e (diff)
downloadsonarqube-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.erb2
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/views/resource/_options.html.erb2
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 %>