From: Simon Brandhof Date: Thu, 13 Dec 2012 09:23:52 +0000 (+0100) Subject: SONAR-3825 Add missing l10n label X-Git-Tag: 3.4~41 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c193b4038dfffff5aae67ac476084c6ddd452b55;p=sonarqube.git SONAR-3825 Add missing l10n label --- diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties index 11d96ce8ab6..ccdde9a28bd 100644 --- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -387,6 +387,7 @@ session.flash_notice.logged_out=You have been logged out. # MEASURE FILTERS # #------------------------------------------------------------------------------ +measure_filter.delete_column=Delete column measure_filter.no_filters=No filters measure_filter.display_as=Display as measure_filter.shared_with_all_users=Shared with all users diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/measures/_display_list.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/measures/_display_list.html.erb index fe29a13b714..4eaa345ebdd 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/measures/_display_list.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/measures/_display_list.html.erb @@ -168,9 +168,9 @@ <% end %> <% filter.display.columns.each_with_index do |column, index| %> - <%= image_tag("controls/resultset_previous.png") -%> - <%= image_tag("cross-gray.png") -%> - <%= image_tag("controls/resultset_next.png") -%> + <%= image_tag("controls/resultset_previous.png") -%> + <%= image_tag("cross-gray.png") -%> + <%= image_tag("controls/resultset_next.png") -%> <% end %> <% end %>