From c193b4038dfffff5aae67ac476084c6ddd452b55 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Thu, 13 Dec 2012 10:23:52 +0100 Subject: [PATCH] SONAR-3825 Add missing l10n label --- .../src/main/resources/org/sonar/l10n/core.properties | 1 + .../WEB-INF/app/views/measures/_display_list.html.erb | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) 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 %> -- 2.39.5