Renamed "order" in some missing strings at ganttzk module.
FEA: ItEr65S06BugFixing
This commit is contained in:
parent
4918307f0c
commit
68b799fda0
2 changed files with 2 additions and 2 deletions
|
|
@ -54,7 +54,7 @@ public class TimeLineRole<T> {
|
|||
*/
|
||||
public enum TimeLineRoleEnum {
|
||||
|
||||
NONE(_("None")), WORKER(_("Worker")), ORDER(_("Order")), TASK(_("Task")) {
|
||||
NONE(_("None")), WORKER(_("Worker")), ORDER(_("Project")), TASK(_("Task")) {
|
||||
@Override
|
||||
public boolean isVisibleScheduled() {
|
||||
return true;
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ planner = self;
|
|||
|
||||
<separator/>
|
||||
<!-- Commands -->
|
||||
<templateFinderPopup id="templateFinderPopup" acceptButtonLabel="${i18n:_('Create Order')}" caption="${i18n:_('Choosing Template')}" />
|
||||
<templateFinderPopup id="templateFinderPopup" acceptButtonLabel="${i18n:_('Create Project')}" caption="${i18n:_('Choosing Template')}" />
|
||||
|
||||
<button onClick="planner.invalidate()"
|
||||
image="/common/img/ico_refresh.png"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue