aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2014-04-23 16:57:30 +0200
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2014-04-23 17:33:11 +0200
commitebad62de4864fa13b8f30e766cc6501e3b5ac04f (patch)
tree78b94066b9bf04c12623c72c650b20b71012223e /sonar-core
parentb131f3d7faae41ae931f522b4ae208c69aab5dee (diff)
downloadsonarqube-ebad62de4864fa13b8f30e766cc6501e3b5ac04f.tar.gz
sonarqube-ebad62de4864fa13b8f30e766cc6501e3b5ac04f.zip
SONAR-5148 Allow selection of periods 4 and 5 for quality gate conditions
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties1
1 files changed, 1 insertions, 0 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 fc43b1470e4..e9f2973f509 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -1662,6 +1662,7 @@ quality_gates.delete.confirm.message=Are you sure you want to delete the "{0}" q
quality_gates.delete.confirm.default=Are you sure you want to delete the "{0}" quality gate, which is the default quality gate?
quality_gates.delete_condition=Delete Condition
quality_gates.delete_condition.confirm.message=Are you sure you want to delete the "{0}" condition?
+quality_gates.project_period=over period {0} - defined at project level
#------------------------------------------------------------------------------