diff options
author | Pascal Mugnier <pascal.mugnier@sonarsource.com> | 2018-04-20 07:38:14 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-04-24 20:20:46 +0200 |
commit | a7d7420a719ee56590e5c09d70bfd1a75a14abdf (patch) | |
tree | 8eb9897166acdaeeb4f3ce4555be3aceb8769593 /sonar-core | |
parent | c3d089474c621b449d10f5576bff671541cd626d (diff) | |
download | sonarqube-a7d7420a719ee56590e5c09d70bfd1a75a14abdf.tar.gz sonarqube-a7d7420a719ee56590e5c09d70bfd1a75a14abdf.zip |
SONAR-9472 Change the rendering of best values on the Measures page
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index 6b82d0d0497..b1f66282102 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -233,6 +233,7 @@ short_number_suffix.g=G short_number_suffix.k=k short_number_suffix.m=M show_more=Show More +show_all=Show All should_be_unique=Should be unique since_x=since {0} since_previous_analysis=since previous analysis @@ -2441,6 +2442,7 @@ component_measures.not_found=The requested measure was not found. component_measures.to_select_files=to select files component_measures.to_navigate=to navigate component_measures.to_navigate_files=to next/previous file +component_measures.hidden_best_score_metrics=There are {0} hidden components with a score of {1}. component_measures.overview.project_overview.facet=Project Overview component_measures.overview.project_overview.title=Risk |