diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-12-10 19:09:35 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-12-10 19:09:35 +0100 |
commit | 9c06f3b8c54efcc09db06265ee36e36fff2e44c1 (patch) | |
tree | 6037801c41fe2218d75f0d3ff9367053b5f692fc /plugins | |
parent | 0cbd2d32b8b1d677313a22ad8121cf987e0ed8e6 (diff) | |
download | sonarqube-9c06f3b8c54efcc09db06265ee36e36fff2e44c1.tar.gz sonarqube-9c06f3b8c54efcc09db06265ee36e36fff2e44c1.zip |
SONAR-3825 display the shared status in the header
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties | 1 |
1 files changed, 1 insertions, 0 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 8fc028e7661..aa33bb80644 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.age=Age measure_filter.criteria.date=Date measure_filter.criteria.only_favourites=Favourites only measure_filter.criteria.key=Key +measure.filter.criteria.key_note=Use * to match zero or more characters and ? to match any single character measure_filter.criteria.name=Name measure_filter.criteria.language=Language measure_filter.criteria.metric=Metric |