ItEr38S05ValidacionEProbasFuncionaisItEr37S06: Adding name to sum of all rows

This commit is contained in:
Óscar González Fernández 2009-12-08 00:33:04 +01:00
parent 6ba095ac47
commit 41f5bd56be

View file

@ -518,7 +518,7 @@ public class ResourceAllocationController extends GenericForwardComposer {
private void renderAggregatingRow(Listitem item) {
ResourceAllocationController controller = ResourceAllocationController.this;
append(item, new Label());
append(item, new Label(_("Sum of all rows")));
append(item, CalculationTypeRadio.NUMBER_OF_HOURS.input(controller));
append(item, CalculationTypeRadio.RESOURCES_PER_DAY
.input(controller));