diff options
author | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-04-23 16:57:30 +0200 |
---|---|---|
committer | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-04-23 17:33:11 +0200 |
commit | ebad62de4864fa13b8f30e766cc6501e3b5ac04f (patch) | |
tree | 78b94066b9bf04c12623c72c650b20b71012223e /sonar-core | |
parent | b131f3d7faae41ae931f522b4ae208c69aab5dee (diff) | |
download | sonarqube-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.properties | 1 |
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 #------------------------------------------------------------------------------ |