diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-12-05 18:00:21 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-12-05 18:00:21 +0100 |
commit | 7cb4cf4d9f7b44ddc381eadc5b6dd87192a6dfed (patch) | |
tree | cacca4c5c66aedf9188bbdffed3bf7ecaa9a36d6 /plugins | |
parent | d0120d0b728928ee2b5d49fe933e9966af182e42 (diff) | |
download | sonarqube-7cb4cf4d9f7b44ddc381eadc5b6dd87192a6dfed.tar.gz sonarqube-7cb4cf4d9f7b44ddc381eadc5b6dd87192a6dfed.zip |
SONAR-3825 move the "Project" criteria to "+ More Criteria"
Diffstat (limited to 'plugins')
-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 8cd7fec38b6..126efdf8439 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 @@ -390,6 +390,7 @@ measure_filter.criteria.key=Key measure_filter.criteria.name=Name measure_filter.criteria.language=Language measure_filter.criteria.metric=Metric +measure_filter.criteria.project=Project measure_filter.criteria.age.from_date=From date measure_filter.criteria.age.to_date=To date measure_filter.criteria.age.note=year-month-day (2012-01-31) @@ -949,7 +950,7 @@ widget.rfc.per_class.suffix=\ /class widget.resource_id=project widget.welcome.name=Welcome -widget.welcome.description= +widget.welcome.description=Welcome message used to provide links to the most valuable resources like documentation and support widget.welcome.html=<h3>Welcome to Sonar Dashboard</h3>\ <p>Since you are able to read this, it means that you have successfully started your Sonar server. Well done!</p>\ <p>If you have not removed this text, it also means that you have not yet played much with Sonar. So here are a few pointers for your next step:</p>\ |