From 7c9d586b16242d1a8ce143f0eadf6de90ce4b1cb Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Tue, 7 Feb 2012 19:21:51 +0100 Subject: [PATCH] SONAR-2069 add missing property to l10n bundle --- .../src/main/resources/org/sonar/l10n/core.properties | 9 +++++++++ .../app/views/treemap/_treemap_container.html.erb | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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') -%>
/
-- 2.39.5