aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-core-plugin
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@gmail.com>2013-10-08 17:45:48 +0200
committerJulien Lancelot <julien.lancelot@gmail.com>2013-10-08 17:45:48 +0200
commit11e5f45658fff795db3d9b36bba4a831d178a163 (patch)
tree84b35ff2e360cfac07449b862c390e210f5d8685 /plugins/sonar-core-plugin
parentd4d54d8c72bf088452667e192c3aba5e3c60e8c7 (diff)
downloadsonarqube-11e5f45658fff795db3d9b36bba4a831d178a163.tar.gz
sonarqube-11e5f45658fff795db3d9b36bba4a831d178a163.zip
SONAR-4716 Add label before updated info and technical debt in issue modal
Diffstat (limited to 'plugins/sonar-core-plugin')
-rw-r--r--plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties2
1 files changed, 2 insertions, 0 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 17463004372..074eb5cc246 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
@@ -516,6 +516,7 @@ issue.status.CLOSED=Closed
issue.resolution.FALSE-POSITIVE=False positive
issue.resolution.FIXED=Fixed
issue.resolution.REMOVED=Removed
+issue.updated=Updated:
issue.planned_for_x=Planned for {0}
issue.planned_for=Planned for
issue.manual.missing_rule=Missing rule
@@ -527,6 +528,7 @@ issue.component_deleted=Removed
issue.changelog.changed_to={0} changed to {1}
issue.changelog.was=was {0}
issue.changelog.removed={0} removed
+issue.technical_debt=Technical debt:
issue.technical_debt.x_days={0} days
issue.technical_debt.x_hours={0} hours
issue.technical_debt.x_minutes={0} minutes