diff options
author | ssjenka <ssjenka@ops-slave-centos7-1.internal.sonarsource.com> | 2016-09-23 08:01:50 +0200 |
---|---|---|
committer | ssjenka <ssjenka@ops-slave-centos7-1.internal.sonarsource.com> | 2016-09-23 08:01:50 +0200 |
commit | 14e7b33a8c1a1ea992e6dc171b8648cb129202af (patch) | |
tree | 312207d211a5ff2e25692ba35a8590ebb1196376 /sonar-core/src | |
parent | 1254f51378c109ab72392723926df8e4c5050f65 (diff) | |
parent | f1d39edb71ebda9fbca85962abb6ec0046521757 (diff) | |
download | sonarqube-14e7b33a8c1a1ea992e6dc171b8648cb129202af.tar.gz sonarqube-14e7b33a8c1a1ea992e6dc171b8648cb129202af.zip |
Automatic merge from branch-6.1
* origin/branch-6.1:
Fix Javadoc of org.sonar.api.batch.sensor.highlighting.TypeOfText
SONAR-5856 add wildcards help
fix image paths
update wording on quality profiles page
SONAR-8021 fix "null" error
SONAR-5856 fix default value for boolean fields
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 1 insertions, 1 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 b3243cc9690..2791676fa90 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2753,7 +2753,7 @@ quality_profiles.list.used=Used quality_profiles.x_activated_out_of_y={0} rules activated out of {1} available quality_profiles.change_projects=Change Projects quality_profiles.not_found=The requested quality profile was not found. -quality_profiles.latest_new_rules=Latest New Rules +quality_profiles.latest_new_rules=Recently Added Rules quality_profiles.latest_new_rules.activated={0}, activated on {1} profile(s) quality_profiles.latest_new_rules.not_activated={0}, not yet activated quality_profiles.deprecated_rules=Deprecated Rules |