Changing existent tab names

This commit is contained in:
Óscar González Fernández 2009-10-15 20:07:36 +02:00
parent cf75d07807
commit 3908210b19

View file

@ -91,11 +91,11 @@ public class MultipleTabsPlannerController implements Composer {
}
}
private static final String ENTERPRISE_VIEW = _("Enterprise");
private static final String ENTERPRISE_VIEW = _("Company Scheduling");
private static final String RESOURCE_LOAD_VIEW = _("Resource Load");
private static final String RESOURCE_LOAD_VIEW = _("Overall Resources Load");
private static final String ORDERS_VIEW = _("Orders");
private static final String ORDERS_VIEW = _("Orders List");
private TabsConfiguration tabsConfiguration;