aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@gmail.com>2013-10-04 09:34:36 +0200
committerJulien Lancelot <julien.lancelot@gmail.com>2013-10-04 09:34:36 +0200
commit69363f7a5f50722bc41c0216c020a0fd38c7d5e1 (patch)
treef5c7c96987107e23ff6843075a52927ee749c11b /plugins
parent7564459620c70d2d620bf2d2a908b71bf3c0214f (diff)
downloadsonarqube-69363f7a5f50722bc41c0216c020a0fd38c7d5e1.tar.gz
sonarqube-69363f7a5f50722bc41c0216c020a0fd38c7d5e1.zip
SONAR-4716 Display the remediation cost of each issue
Diffstat (limited to 'plugins')
-rw-r--r--plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties3
1 files changed, 3 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 5f12e68eee0..56028bc0908 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
@@ -528,6 +528,9 @@ issue.component_deleted=Removed
issue.changelog.changed_to={0} changed to {1}
issue.changelog.was=was {0}
issue.changelog.removed={0} removed
+issue.remedation_cost.x_days={0} days
+issue.remedation_cost.x_hours={0} hours
+issue.remedation_cost.x_minutes={0} minutes
#------------------------------------------------------------------------------