From 66ff78c6a815157f2bf42465c6f75b360df5697f Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Lievremont Date: Mon, 27 Jan 2014 14:35:05 +0100 Subject: [PATCH] SONAR-5021 Fix typos in l01n bundle --- .../src/main/resources/org/sonar/l10n/core.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties index 6ecc432e6a5..83d3f4fe0b3 100644 --- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -743,7 +743,7 @@ action_plans.resolved_issues_x_percent=Resolved issues - {0}% ({1} issues) action_plans.unresolved_issues_x_percent=Unresolved issues - {0}% ({1} issues) action_plans.x_out_of_x_issues_solved={0} of {1} issues resolved action_plans.reopen=Reopen -action_plans.errors.action_plan_does_not_exist=Action plan with key {0} does not exists +action_plans.errors.action_plan_does_not_exist=Action plan with key {0} does not exist #------------------------------------------------------------------------------ # @@ -1687,7 +1687,7 @@ rules_configuration.create_tag=Create Tag rules.more_about_rule_on_profile_x=More about this rule on profile "{0}" rules.identification=Identification rules.parameters=Parameters -rules.not_found=The rule "{0}" does not exists +rules.not_found=The rule "{0}" does not exist rules.status.beta=Beta rules.status.deprecated=Deprecated rules.status.ready=Ready -- 2.39.5