aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2014-12-03 16:14:38 +0100
committerStas Vilchik <vilchiks@gmail.com>2014-12-03 16:18:09 +0100
commit7fa32945d0e84f56690cd75728e18d660f5a72b0 (patch)
tree4363453441a9c278e7e17c6ad9bb0eeece249f54 /sonar-core
parent685bb0c85b1dd8666855da48ea3da258a10a9421 (diff)
downloadsonarqube-7fa32945d0e84f56690cd75728e18d660f5a72b0.tar.gz
sonarqube-7fa32945d0e84f56690cd75728e18d660f5a72b0.zip
Fix message
Diffstat (limited to 'sonar-core')
-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 c9f03748885..0b6a9905610 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -1770,7 +1770,7 @@ coding_rules.create_custom_rule=Create Custom Rule
coding_rules.create_manual_rule=Create Manual Rule
coding_rules.custom_rule=Custom Rule
coding_rules.custom_rule.title=This rule has been created through customization of a rule template
-coding_rules.custom_rule.activation_notice=Note: parameters of a custom rule are not customizable on rule activation, only on custom rule edition.
+coding_rules.custom_rule.activation_notice=Note: parameters of a custom rule are not customizable on rule activation, only during creation/edit.
coding_rules.custom_rules=Custom Rules
coding_rules.delete.custom.confirm=Are you sure you want to delete custom rule "{0}"?
coding_rules.delete.manual.confirm=Are you sure you want to delete manual rule "{0}"?