diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2014-07-11 15:18:12 +0600 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2014-07-11 15:19:42 +0600 |
commit | a404f337cdee4b90c13d01269f90b9fc31e196d4 (patch) | |
tree | 4896c474dccc0ffd36a12a9002fd4c65961cd477 /sonar-core/src | |
parent | 2982086f6c5fcb12f8f416436651ecbe3405d83e (diff) | |
download | sonarqube-a404f337cdee4b90c13d01269f90b9fc31e196d4.tar.gz sonarqube-a404f337cdee4b90c13d01269f90b9fc31e196d4.zip |
SONAR-5207 Treemap feedback
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 3 |
1 files changed, 1 insertions, 2 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 3a43b6dc393..e4c8858c6ac 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1961,8 +1961,7 @@ provisioning.no_analysis=No analysis has been performed since creation. The only # TREEMAP # #------------------------------------------------------------------------------ -treemap.click_help=Left click to zoom in. Right click to zoom out. -treemap.bootom_level_reached=Zooming in is not possible as you have reached the bottom level +treemap.open_dashboard=Open Dashboard #------------------------------------------------------------------------------ |