give better names to auto movers

This commit is contained in:
yugecin 2016-09-27 22:03:16 +02:00
parent 728b2ceb97
commit 52aac61233
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ public class AutoEllipseMoverFactory extends AutoMoverFactory {
@Override
public String toString() {
return "Auto ellipse";
return "Auto ellipse size";
}
}

View File

@ -107,7 +107,7 @@ public class AutoMoverFactory implements MoverFactory {
@Override
public String toString() {
return "Auto";
return "Auto decide";
}
}