diff options
author | Fabrice Bellingard <bellingard@gmail.com> | 2012-01-24 10:56:40 +0100 |
---|---|---|
committer | Fabrice Bellingard <bellingard@gmail.com> | 2012-01-24 10:56:40 +0100 |
commit | d3c27297ab3f1e89df137d9fa1bae6c7a0f1c21e (patch) | |
tree | 8f6025eeaf338143edc691ce31868394366565e3 /plugins/sonar-l10n-en-plugin | |
parent | 7296cdde904aaa0f54ec0174a5c65f1c39fca1c5 (diff) | |
download | sonarqube-d3c27297ab3f1e89df137d9fa1bae6c7a0f1c21e.tar.gz sonarqube-d3c27297ab3f1e89df137d9fa1bae6c7a0f1c21e.zip |
SONAR-1492 Allow notes per quality rule
Fix some issues
Diffstat (limited to 'plugins/sonar-l10n-en-plugin')
-rw-r--r-- | plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties | 4 |
1 files changed, 2 insertions, 2 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 3dc7db53031..785960d3791 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 @@ -990,8 +990,8 @@ rules_configuration.rule_activation_note=Activation note rules_configuration.confirm_delete_note=Do you really want to delete this note? rules_configuration.add_note=Add note rules_configuration.add_activation_note=Add activation note -rules_configuration.adding_note_description=This note will be linked to the current rule (whatever the profile) and will be visible to every user. It can be used to extend the predefined rule description. -rules_configuration.adding_activation_note_decsription=This activation note will be linked to the active rule of the current profile and will be visible to every user. It can be used to explain why this rule was activated on this profile and/or why such parameter was specified. +rules_configuration.adding_note_description=This note will be linked to the current rule (whatever the profile) and will be visible to every user. It can be used to extend the predefined rule description.<br/>HTML tags can be used in this field. +rules_configuration.adding_activation_note_description=This activation note will be linked to the active rule of the current profile and will be visible to every user. It can be used to explain why this rule was activated on this profile and/or why such parameter was specified.<br/>HTML tags can be used in this field. rules_configuration.create_note=Create note rules_configuration.create_activation_note=Create activation note rules_configuration.rule_identification=Identification |