diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-04-26 09:31:09 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2016-04-26 12:28:43 +0200 |
commit | 1fb1f2cdaa08715e815b5a18cd7d1bb31a3a8441 (patch) | |
tree | 299af06e79f4f54eb141b33b619e128170a11f58 | |
parent | 52f0e092b0dd4d6aaa2e1b0543b094ce7c79176b (diff) | |
download | sonarqube-1fb1f2cdaa08715e815b5a18cd7d1bb31a3a8441.tar.gz sonarqube-1fb1f2cdaa08715e815b5a18cd7d1bb31a3a8441.zip |
fix treemap legend l10n message
-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 93024997017..77e7e3ff53b 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -3168,5 +3168,5 @@ component_measures.tab.bubbles=Bubble Chart component_measures.tab.treemap=Treemap component_measures.tab.history=History component_measures.legend.color_x=Color: {0} -component_measures.legend.size_x=Color: {0} +component_measures.legend.size_x=Size: {0} component_measures.x_of_y={0} of {1} |