aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2014-04-14 10:46:57 +0600
committerStas Vilchik <vilchiks@gmail.com>2014-04-14 10:47:06 +0600
commit94b2afd3e92803d48f9f7165b69d1521f94e51c4 (patch)
tree925bd6da1f7c541e757b49427c5ac99f841d2d88 /plugins
parent53fc70e961eceebd1524e4a8df96e3321b80b9ee (diff)
downloadsonarqube-94b2afd3e92803d48f9f7165b69d1521f94e51c4.tar.gz
sonarqube-94b2afd3e92803d48f9f7165b69d1521f94e51c4.zip
Update confirmation labels
Diffstat (limited to 'plugins')
-rw-r--r--plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties4
1 files changed, 2 insertions, 2 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 3f3064a19e9..6560a26219e 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
@@ -1658,8 +1658,8 @@ quality_gates.operator.LT=is less than
quality_gates.operator.GT=is greater than
quality_gates.operator.EQ=equals
quality_gates.operator.NE=is not
-quality_gates.delete.confirm.message=Are you sure that you want to delete the "{0}" quality gate?
-quality_gates.delete.confirm.default=Are you sure that you want to delete the "{0}" quality gate, which is the default quality gate?
+quality_gates.delete.confirm.message=Are you sure you want to delete the "{0}" quality gate?
+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?