diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-08-02 16:42:00 +0200 |
---|---|---|
committer | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-08-14 11:44:44 +0200 |
commit | d0d3a549fc0b1acf602511bd17e99923023b0d12 (patch) | |
tree | 5fa0106fe71b3293bd05ae9c2dff009826aa1bae /sonar-core/src | |
parent | 5be60c5d3348076336e5a79e6308104db52f27dc (diff) | |
download | sonarqube-d0d3a549fc0b1acf602511bd17e99923023b0d12.tar.gz sonarqube-d0d3a549fc0b1acf602511bd17e99923023b0d12.zip |
SONAR-9608 SONAR-9635 Make tree view and file view use the same base component
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 1 |
1 files changed, 1 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 e75da8525f7..f4bf4662093 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2884,6 +2884,7 @@ code.open_component_page=Open Component's Page component_measures.all_measures=All Measures component_measures.domain_measures={0} Measures component_measures.back_to_list=Back to List +component_measures.files=files component_measures.show_metric_history=Show history of this metric component_measures.tab.tree=Tree component_measures.tab.list=List |