Renamed 'Projects' with 'Projects List' in breadcrumbs menu

FEA: ItEr75S04BugFixing
This commit is contained in:
Lorenzo Tilve Álvaro 2011-09-06 11:25:24 +02:00
parent a8fa0e06f6
commit a25367df36

View file

@ -110,7 +110,7 @@ public class OrdersTabCreator {
breadcrumbs.appendChild(new Image(BREADCRUMBS_SEPARATOR));
breadcrumbs.appendChild(new Label(getSchedulingLabel()));
breadcrumbs.appendChild(new Image(BREADCRUMBS_SEPARATOR));
breadcrumbs.appendChild(new Label(_("Projects")));
breadcrumbs.appendChild(new Label(_("Projects List")));
}
};
}