Bug #1457: Wrong value of labels CRITICAL_PATH_DURATION and CRITICAL_PATH_NUMHOURS

FEA: ItEr76S04BugFixing
This commit is contained in:
Diego Pino 2012-05-31 20:43:13 +02:00
parent e2eaf34bbb
commit 6ebcf7f830

View file

@ -35,8 +35,8 @@ public enum ProgressType {
SPREAD_PROGRESS(_("Spreading progress")),
ALL_NUMHOURS(_("Progress with all tasks by hours")),
CRITICAL_PATH_DURATION(_("Progress with critical path tasks by hours")),
CRITICAL_PATH_NUMHOURS(_("Progress with critical path tasks by duration"));
CRITICAL_PATH_NUMHOURS(_("Progress with critical path tasks by hours")),
CRITICAL_PATH_DURATION(_("Progress with critical path tasks by duration"));
private String value;