diff options
author | Wouter Admiraal <wouter.admiraal@sonarsource.com> | 2021-04-06 11:24:50 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-04-09 20:03:53 +0000 |
commit | a603f440f44339718d17727fd3592f1f5a4abb12 (patch) | |
tree | 63de135d4395c6f9b6f448ee2b0f904b0a5bf07f /sonar-core | |
parent | 3c1a38e93d1bc3b3bd1ebcbec21e355267d5003d (diff) | |
download | sonarqube-a603f440f44339718d17727fd3592f1f5a4abb12.tar.gz sonarqube-a603f440f44339718d17727fd3592f1f5a4abb12.zip |
SONAR-14557 Improve Issue resolution tooltip messages
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties index 82d61c9092f..70aaea77792 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -786,6 +786,7 @@ issue.why_this_issue=Why is this an issue? issue.why_this_issue.long=Why is this an issue? Open the rule's details at the bottom of the page. issue.type.type_x_click_to_change=Type: {0}, click to change issue.severity.severity_x_click_to_change=Severity: {0}, click to change +issue.transition.community_plug_link=SonarSource Community issue.transition.status_x_click_to_change=Issue status: {0}, click to change issue.transition=Transition issue.transition.confirm=Confirm @@ -795,13 +796,13 @@ issue.transition.unconfirm.description=This issue should be reviewed again to de issue.transition.resolve=Resolve as fixed issue.transition.resolve.description=This issue has been fixed in the code and is waiting for the next analysis to close it - or reopen it if it was not actually fixed. issue.transition.falsepositive=Resolve as false positive -issue.transition.falsepositive.description=This issue can be ignored because it is due to a limitation of the analysis engine. Its effort won't be counted. +issue.transition.falsepositive.description=This issue can be suppressed as it was not raised accurately. Please report false-positives to the {community_plug_link}! issue.transition.reopen=Reopen issue.transition.reopen.description=This issue is not resolved, and should be reviewed again. issue.transition.close=Close issue.transition.close.description= issue.transition.wontfix=Resolve as won't fix -issue.transition.wontfix.description=This issue can be ignored because the rule is irrelevant in this context. Its effort won't be counted. +issue.transition.wontfix.description=This issue can be suppressed because the rule is irrelevant in this context. issue.transition.setinreview=Set as In Review issue.transition.setinreview.description=A review is in progress to check for a vulnerability issue.transition.openasvulnerability=Open as Vulnerability |