aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2016-10-27 14:50:44 +0200
committerStas Vilchik <vilchiks@gmail.com>2016-10-27 14:50:44 +0200
commit6735918ecedfae3ace585ff2f82067b87598f8f1 (patch)
tree28346aa24aebd8ea248225fd6f980012c183a539 /sonar-core/src
parentc42b0872aaa59f5df90a78eb60fc683c51f05e2c (diff)
downloadsonarqube-6735918ecedfae3ace585ff2f82067b87598f8f1.tar.gz
sonarqube-6735918ecedfae3ace585ff2f82067b87598f8f1.zip
update quality gate description
Diffstat (limited to 'sonar-core/src')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties2
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 67b0f21e155..696d94e3a73 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -1873,7 +1873,7 @@ quality_gates.conditions.operator=Operator
quality_gates.conditions.warning=Warning
quality_gates.conditions.error=Error
quality_gates.duplicated_conditions=This quality gate has duplicated conditions:
-quality_gates.intro.1=Quality Gates are collections of simple boolean thresholds set on project measures. A project must pass each of the thresholds in order to pass the Quality Gate as a whole.
+quality_gates.intro.1=Quality Gate is the set of conditions the project must meet before it can be released into production.
quality_gates.intro.2=It is possible to set a default Quality Gate, which will be applied to all projects not explicitly assigned to some other gate.
#------------------------------------------------------------------------------