diff options
author | Jenkins CI <ci@sonarsource.com> | 2014-10-09 08:01:28 +0200 |
---|---|---|
committer | Jenkins CI <ci@sonarsource.com> | 2014-10-09 08:01:28 +0200 |
commit | 42d3d437dc3c9a99d1f3882f6385c383e1def145 (patch) | |
tree | c89cdf9083d003296bd61b22e42f2f6e905ed08f /sonar-core | |
parent | 1f9c79116054ce696871143403f2491ce410e39b (diff) | |
parent | f58e7e8c41c3972ffeae189b5368d1d29d006de7 (diff) | |
download | sonarqube-42d3d437dc3c9a99d1f3882f6385c383e1def145.tar.gz sonarqube-42d3d437dc3c9a99d1f3882f6385c383e1def145.zip |
Automatic merge from branch-4.5
* origin/branch-4.5:
SONAR-5713 Make it more explicit that custom rule parameters cannot be changed at activation
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 ae46cd416a4..a6028bd5417 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1734,6 +1734,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_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}"? |