diff options
author | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-01-27 14:35:05 +0100 |
---|---|---|
committer | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2014-01-27 14:35:05 +0100 |
commit | 66ff78c6a815157f2bf42465c6f75b360df5697f (patch) | |
tree | 135dbaf3b9722f9eadf4aec8193021156ef9316f | |
parent | b7e2585251c5e5116dadf4167f1f3d527818a5b5 (diff) | |
download | sonarqube-66ff78c6a815157f2bf42465c6f75b360df5697f.tar.gz sonarqube-66ff78c6a815157f2bf42465c6f75b360df5697f.zip |
SONAR-5021 Fix typos in l01n bundle
-rw-r--r-- | plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties | 4 |
1 files 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 |