diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2019-04-08 17:41:06 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-04-23 20:21:08 +0200 |
commit | 0d17e454b4a6adbb1f7ff38293a0966d0306c3bd (patch) | |
tree | 6f6fab5d0a2fbdde3258fbbacca1055ac5940055 /sonar-core | |
parent | afbb758004d62375c5d91c1180ad6050e8f4e253 (diff) | |
download | sonarqube-0d17e454b4a6adbb1f7ff38293a0966d0306c3bd.tar.gz sonarqube-0d17e454b4a6adbb1f7ff38293a0966d0306c3bd.zip |
SONAR-11859 Fix issue changelog
Diffstat (limited to 'sonar-core')
-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 bac122e018e..2160884ec43 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -696,7 +696,7 @@ issue.changelog.changed_to={0} changed to {1} issue.changelog.was=was {0} issue.change.file_move=The file has been moved from {0} to {1} issue.change.from_long_branch=The issue has been copied from branch '{0}' to branch '{1}' -issue.change.from_short_branch=The issue has been merged from branch '{0}' into branch '{1}' +issue.change.from_short_branch=The issue has been merged from '{0}' into '{1}' issue.changelog.removed={0} removed issue.changelog.field.severity=Severity issue.changelog.field.actionPlan=Action Plan |