]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-2069 add missing property to l10n bundle
authorSimon Brandhof <simon.brandhof@gmail.com>
Tue, 7 Feb 2012 18:21:51 +0000 (19:21 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Tue, 7 Feb 2012 18:21:51 +0000 (19:21 +0100)
plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties
sonar-server/src/main/webapp/WEB-INF/app/views/treemap/_treemap_container.html.erb

index ca6b6b3d4e07ffe211af6027555c200ca95b5471..2e750f698fa2a5c92852ac4d026e4bd91a4e46b1 100644 (file)
@@ -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
index 0fcad775c8b3e5294cf460d3ce15077f6ca0af25..008c38df8fb6bd1307045c457fdd5de8ee240dac 100644 (file)
@@ -23,7 +23,7 @@
 <div id="tm-<%= treemap_id -%>" class="spacer-bottom"></div>
 
 <div style="margin: 5px 0 0 0" class="notes">
-  <div style="float: right"><span>Left click to zoom in. Right click to zoom out.</span></div>
+  <div style="float: right"><span><%= message('treemap.click_help') -%></span></div>
   <div id="tm-bc-<%= treemap_id -%>">/</div>
 </div>