diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-03-30 14:53:15 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-03-30 14:53:15 +0200 |
commit | 490b082db4f3e8ca5e1ddffa4bc5caaca41652d3 (patch) | |
tree | 170bb4519f18fca6033d840726b43070f23cb1da | |
parent | d61ec5e58ba0882f890260f42bf4a8ce10fe16ab (diff) | |
download | sonarqube-490b082db4f3e8ca5e1ddffa4bc5caaca41652d3.tar.gz sonarqube-490b082db4f3e8ca5e1ddffa4bc5caaca41652d3.zip |
add an issue reopen tooltip
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 1 insertions, 1 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 933ec045d4e..16d538afaff 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -668,7 +668,7 @@ issue.transition.resolve.description=This issue has been fixed in the code and i 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 technical debt won't be counted. issue.transition.reopen=Reopen -issue.transition.reopen.description= +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 |