diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-06-15 16:57:33 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2016-06-15 16:57:33 +0200 |
commit | 49b162151bdd2591653acbb7c7930b833cd4f2b0 (patch) | |
tree | a7ba30f64ef2e5cafb6f5ed0036556337fd3f9d5 /sonar-core | |
parent | 33eabf9e209888af7a96204ae8f62f316eada733 (diff) | |
download | sonarqube-49b162151bdd2591653acbb7c7930b833cd4f2b0.tar.gz sonarqube-49b162151bdd2591653acbb7c7930b833cd4f2b0.zip |
fix l10n message
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 10a65c2b883..f1fdd1b9ac9 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2975,7 +2975,7 @@ overview.gate.view.warnings=The view has warnings on the following quality gate overview.gate.view.errors=The view failed the quality gate on the following conditions: {0}. overview.domain.duplications=Duplications -overview.domain.structure=Structure +overview.domain.size=Size overview.complexity_tooltip.function={0} functions have complexity around {1} overview.complexity_tooltip.file={0} files have complexity around {1} |