diff options
author | Jenkins CI <ci@sonarsource.com> | 2015-12-09 17:31:06 +0100 |
---|---|---|
committer | Jenkins CI <ci@sonarsource.com> | 2015-12-09 17:31:06 +0100 |
commit | 0102d8108a6b40e3876ace01f1df0afbdeb37ddc (patch) | |
tree | 65eff5d83243d57292d1614b37f00ff975914543 /sonar-core | |
parent | 1342b253edd4d79be057ceb8905b0919525d140f (diff) | |
parent | a749013e0af281ac0eb19f35fe9f282f3bc80121 (diff) | |
download | sonarqube-0102d8108a6b40e3876ace01f1df0afbdeb37ddc.tar.gz sonarqube-0102d8108a6b40e3876ace01f1df0afbdeb37ddc.zip |
Automatic merge from branch-5.3
* origin/branch-5.3:
hide number of failing tasks on then project level page
SONAR-6887 Improve message when missing revision or date on blame
SONAR-6900 Add IT to simulate a build breaker strategy
increase contract of leak period background
improve display of leak period caption
add tooltips for ncloc distribution chart
love ie11
improve scales of the bubble chart on the overview page
fix tooltips on the overview treemap
filter out empty components on the overview treemap
normalize overview pages urls and titles
improve code quality
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index 033d44b6fd4..01d36315595 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -3146,7 +3146,7 @@ overview.gate.view.errors=The view failed the quality gate on the following cond overview.domain.debt=Technical Debt overview.domain.coverage=Coverage overview.domain.duplications=Duplications -overview.domain.size=Size +overview.domain.structure=Structure overview.chart.files=Files overview.chart.files.limit_message=Only {0} files are displayed. |