From 6735918ecedfae3ace585ff2f82067b87598f8f1 Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Thu, 27 Oct 2016 14:50:44 +0200 Subject: [PATCH] update quality gate description --- sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. #------------------------------------------------------------------------------ -- 2.39.5