]> source.dussan.org Git - sonarqube.git/commitdiff
Minor UI improvements : alignment in components header + labels in coverage widget
authorSimon Brandhof <simon.brandhof@gmail.com>
Mon, 21 Nov 2011 18:03:54 +0000 (19:03 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Mon, 21 Nov 2011 18:10:42 +0000 (19:10 +0100)
plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties
sonar-server/src/main/webapp/WEB-INF/app/views/components/_list_table_header.rhtml

index c12cdf73223e033f05917a3cafec96fac43c47ca..721ae89b67bf2cb43e8f2e8cf170a0efc2daac9a 100644 (file)
@@ -451,21 +451,21 @@ widget.alerts.description=Display current alerts on the project.
 widget.alerts.no_alert=No alerts
 widget.alerts.alerts=Alerts
 
-widget.code_coverage.name=Code Coverage
+widget.code_coverage.name=Code coverage
 widget.code_coverage.description=Reports on units tests and code coverage by unit tests.
 widget.code_coverage.line_coverage.suffix=\ line coverage
 widget.code_coverage.branch_coverage.suffix=\ branch coverage
 widget.code_coverage.lines_to_cover.suffix=\ lines to cover
 widget.code_coverage.on_new_code=On new code
 widget.code_coverage.no_new_lines_to_cover=No new lines to cover
-widget.code_coverage.test_success=Unit Test Success
+widget.code_coverage.test_success=Unit test success
 widget.code_coverage.failures.suffix=\ failures
 widget.code_coverage.errors.suffix=\ errors
 widget.code_coverage.tests.suffix=\ tests
 widget.code_coverage.skipped.suffix=\ skipped
 
 # id of this widget does not use underscore in order to be backward-compatible with previous version of JaCoCo plugin
-widget.it-coverage.name=Integration Test Coverage
+widget.it-coverage.name=Integration test coverage
 widget.it-coverage.description=Reports on code coverage by integration tests
 widget.it-coverage.line_coverage.suffix=\ line coverage
 widget.it-coverage.branch_coverage.suffix=\ branch coverage
@@ -936,7 +936,7 @@ severity.INFO=Info
 
 metric_domain.Size=Size
 metric_domain.Tests=Tests
-metric_domain.Integration Tests=L10n Integration Tests
+metric_domain.Integration Tests=Integration Tests
 metric_domain.Complexity=Complexity
 metric_domain.Documentation=Documentation
 metric_domain.Rules=Rules
index fca08c7e99ddb9172cb0ccbd69cee2f81e2e0f14..c86ae1b5185e9564a8c91ee3c3fade4deedba369 100644 (file)
@@ -3,7 +3,7 @@
   <tr >
     <th></th>
     <th class="nosort"></th>
-    <th class="left text <%= 'sortfirstasc' if @components_configuration.sorted_by_project_name? -%>"><%= message('name') -%></th>
+    <th class="left text <%= 'sortfirstasc' if @components_configuration.sorted_by_project_name? -%>" style="padding-left: 15px"><%= message('name') -%></th>
     <% configured_columns.each do |column| %>
        <th class="<%= column.get_table_header_css %>"  style="padding-right: 15px"><%= column.name %></th>
     <% end %>