diff options
author | Fabrice Bellingard <bellingard@gmail.com> | 2012-02-07 17:24:57 +0100 |
---|---|---|
committer | Fabrice Bellingard <bellingard@gmail.com> | 2012-02-07 17:26:26 +0100 |
commit | 237559fb2cc2c9570aa0ea5946e6096dac7e2f6a (patch) | |
tree | ee6c01a91f2bffbcaa866b86bfac08d64e0b9a50 /plugins/sonar-l10n-en-plugin | |
parent | 72caee0b94b9c6955dd46925c2f5145d9924872b (diff) | |
download | sonarqube-237559fb2cc2c9570aa0ea5946e6096dac7e2f6a.tar.gz sonarqube-237559fb2cc2c9570aa0ea5946e6096dac7e2f6a.zip |
SONAR-2124 Handle case when parent rule param has default empty value
Diffstat (limited to 'plugins/sonar-l10n-en-plugin')
-rw-r--r-- | plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties index e20cd46b711..ca6b6b3d4e0 100644 --- a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -975,6 +975,7 @@ rules_configuration.expand_collapse=expand/collapse rules_configuration.html_allowed=HTML is allowed. rules_configuration.inherited_from_parent=Inherited from parent rules_configuration.overrides_parent_definition=Overrides parent definition +rules_configuration.parent_parameter.empty=empty rules_configuration.copy_rule=Copy rule rules_configuration.edit_rule=Edit rule rules_configuration.revert_to_parent_definition=Revert to parent definition |