Fix typo in "according"

FEA: ItEr77S03Community
This commit is contained in:
Manuel Rego Casasnovas 2012-11-16 13:23:33 +01:00
parent 637d03ff5c
commit 533199f33e

View file

@ -57,7 +57,7 @@ public class AdaptPlanningCommand implements IAdaptPlanningCommand {
@Override
public String getName() {
return _("Adapt planning acording to timesheets");
return _("Adapt planning according to timesheets");
}
@Override
@ -241,4 +241,4 @@ public class AdaptPlanningCommand implements IAdaptPlanningCommand {
return true;
}
}
}