diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-12-18 22:40:16 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-12-18 22:40:16 +0100 |
commit | 6f25e1b52930884bc96ba4dfe508e41f9ff756a1 (patch) | |
tree | ea1526efd94275e204e977c63dc067d4d190ea54 /plugins/sonar-core-plugin | |
parent | 4bb34249f61a09c9ad29b0ba0df0ef8fc7315c17 (diff) | |
download | sonarqube-6f25e1b52930884bc96ba4dfe508e41f9ff756a1.tar.gz sonarqube-6f25e1b52930884bc96ba4dfe508e41f9ff756a1.zip |
Improve UX of measure filters
* two different actions for "Save" (an existing filter) and "Save as" (a new filter)
* replace the link "Edit" by a pencil icon on the left
Diffstat (limited to 'plugins/sonar-core-plugin')
-rw-r--r-- | plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties | 3 |
1 files changed, 2 insertions, 1 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 c980f85eb5d..787986ec9fd 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 @@ -110,6 +110,7 @@ review_verb=Review rule=Rule rules=Rules save=Save +save_as=Save as search_verb=Search select_all=Select all select_verb=Select @@ -386,7 +387,6 @@ session.flash_notice.logged_out=You have been logged out. # MEASURE FILTERS # #------------------------------------------------------------------------------ -measure_filter.close_and_save=Close & Save measure_filter.delete_column=Delete column measure_filter.no_filters=No filters measure_filter.display_as=Display as @@ -449,6 +449,7 @@ measure_filter.treemap.change=Change Treemap measure_filter.add_column_button=Add Column measure_filter.widget.unknown_filter_warning=This widget is configured to display a measure filter that doesn't exist anymore. measure_filter.error.UNKNOWN=Unexpected error. Please contact the administrator. +measure_filter.error.TOO_MANY_RESULTS=Too many results. Please refine your search. #------------------------------------------------------------------------------ # |