Bug #1457: Wrong value of labels CRITICAL_PATH_DURATION and CRITICAL_PATH_NUMHOURS
FEA: ItEr76S04BugFixing
This commit is contained in:
parent
e2eaf34bbb
commit
6ebcf7f830
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue