diff options
author | Fabrice Bellingard <bellingard@gmail.com> | 2012-01-25 19:01:07 +0100 |
---|---|---|
committer | Fabrice Bellingard <bellingard@gmail.com> | 2012-01-25 19:02:27 +0100 |
commit | 88c258902a4e33017028bc28207f4b4def3e168e (patch) | |
tree | 53dde7063f78dae918355604031db84dbd0be942 /plugins | |
parent | 24654671b37c9a14c9f6fe6316e0983f1b1d6844 (diff) | |
download | sonarqube-88c258902a4e33017028bc28207f4b4def3e168e.tar.gz sonarqube-88c258902a4e33017028bc28207f4b4def3e168e.zip |
SONAR-2124 Show difference when rules in derived profiles are changed
+ link to the rules that has been overriden
+ UI improvements
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties | 3 |
1 files changed, 3 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 65ea811bc42..5d321b41a82 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 @@ -992,6 +992,9 @@ rules_configuration.add_note=Add note rules_configuration.confirm_delete_note=Do you really want to delete this note? rules_configuration.rule_identification=Identification rules_configuration.rule_parameters=Parameters +rules_configuration.rule_inherited_from_profile_x=Rule inherited from profile "{0}" +rules_configuration.rule_overriding_from_profile_x=Rule overrides parent definition from profile "{0}" +rules_configuration.original_value=Original value #------------------------------------------------------------------------------ |