diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2012-02-13 16:06:34 +0100 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2012-02-13 16:06:34 +0100 |
commit | 210d9fc09243fd96a3adb20f06ddda18a844bb49 (patch) | |
tree | 658819ac7db1b44da2e8414f2712c15889d9ccba /plugins | |
parent | 1b714ecf1d3bb0930b3724d177d3d0de18d0ef3c (diff) | |
download | sonarqube-210d9fc09243fd96a3adb20f06ddda18a844bb49.tar.gz sonarqube-210d9fc09243fd96a3adb20f06ddda18a844bb49.zip |
Improve rendering of rules configuration
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties | 1 |
1 files changed, 0 insertions, 1 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 37322733f53..d6ae22140e9 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,7 +990,6 @@ rules_configuration.x_rules_have_been_activated={0} rules have been activated. rules_configuration.x_rules_have_been_deactivated={0} rules have been deactivated. rules_configuration.extend_description=Extend description rules_configuration.edit_note=Edit note -rules_configuration.update_description=Update description rules_configuration.add_note=Add note rules_configuration.confirm_delete_note=Do you really want to delete this note? rules_configuration.rule_inherited_from_profile_x=Rule inherited from profile "{0}" |