diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2014-03-03 15:51:01 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2014-03-03 15:51:08 +0100 |
commit | a9222115d520f8da131664c7e7ec867c8246ae0d (patch) | |
tree | cf984b33c9c75ba032eddb04ab45a0884f85236a /plugins | |
parent | 3a4faf531d1fc6fe04c6014aecd0bca4b371ac36 (diff) | |
download | sonarqube-a9222115d520f8da131664c7e7ec867c8246ae0d.tar.gz sonarqube-a9222115d520f8da131664c7e7ec867c8246ae0d.zip |
SONAR-4366 Quality Gates: ready for the permissions stuff
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 e98690d04b1..99325c57268 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 @@ -1651,6 +1651,7 @@ quality_gates.projects_for_default=You must not select specific projects for the quality_gates.projects.with=With quality_gates.projects.without=Without quality_gates.projects.all=All +quality_gates.projects.noResults=There are no associated projects. quality_gates.projects.select_hint=Click to associate this project with the quality gate quality_gates.projects.deselect_hint=Click to remove association between this project and the quality gate |