From: Simon Brandhof Date: Tue, 7 Feb 2012 18:21:51 +0000 (+0100) Subject: SONAR-2069 add missing property to l10n bundle X-Git-Tag: 2.14~145 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7c9d586b16242d1a8ce143f0eadf6de90ce4b1cb;p=sonarqube.git SONAR-2069 add missing property to l10n bundle --- diff --git a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties index ca6b6b3d4e0..2e750f698fa 100644 --- a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -1129,6 +1129,15 @@ my_profile.password.mismatch=Password mismatch my_profile.password.wrong_old=Wrong old password +#------------------------------------------------------------------------------ +# +# TREEMAP +# +#------------------------------------------------------------------------------ +treemap.click_help=Left click to zoom in. Right click to zoom out. + + + #------------------------------------------------------------------------------ # # RULE SEVERITIES diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/treemap/_treemap_container.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/treemap/_treemap_container.html.erb index 0fcad775c8b..008c38df8fb 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/treemap/_treemap_container.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/treemap/_treemap_container.html.erb @@ -23,7 +23,7 @@
-
Left click to zoom in. Right click to zoom out.
+
<%= message('treemap.click_help') -%>
/