diff options
author | Julien Lancelot <julien.lancelot@gmail.com> | 2013-06-04 14:55:05 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@gmail.com> | 2013-06-04 14:55:05 +0200 |
commit | b71e259ab5ceab64c9c7ae4e982060ac3db5f72d (patch) | |
tree | fbcce0978c226cee7b82a7fd6d937c4dd3a5a772 /plugins | |
parent | 1ba5543d0a6d6fad870c0c81ae1ba3ebe86897c7 (diff) | |
download | sonarqube-b71e259ab5ceab64c9c7ae4e982060ac3db5f72d.tar.gz sonarqube-b71e259ab5ceab64c9c7ae4e982060ac3db5f72d.zip |
SONAR-3755 Fix problem on issues search when component do not exists anymore + fix some typo on False positives
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties | 5 |
1 files changed, 3 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 091228a7168..d00d26da9b7 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 @@ -501,6 +501,7 @@ issue.planned_for=Planned for issue.manual.missing_rule=Missing rule issue.manual.no_rules=No rules. issue.reported_by=Reported by +issue.component_deleted=Removed component #------------------------------------------------------------------------------ @@ -988,7 +989,7 @@ widget.my_reviews.no_issue=No issue. widget.my_reviews.property.numberOfLines.name=Number of lines widget.my_reviews.property.numberOfLines.desc=Maximum number of issues displayed at the same time. -widget.false_positive_reviews.name=False Positives Issues +widget.false_positive_reviews.name=False Positives widget.false_positive_reviews.description=Shows all the false positives found on the project. widget.false_positive_reviews.property.numberOfLines.name=Number of lines widget.false_positive_reviews.property.numberOfLines.desc=Maximum number of issues displayed at the same time. @@ -1003,7 +1004,7 @@ widget.unresolved_issues_statuses.description=Displays the number of unresolved widget.action_plans.name=Action Plans widget.action_plans.description=Shows all the open action plans of the project. widget.action_plans.property.showResolvedIssues.name=Show Resolved Issues -widget.action_plans.title=Open action plans +widget.action_plans.title=Open Action Plans widget.action_plans.no_action_plan=No action plan widget.action_plans.x_unresolved_issues={0} unresolved issues |