only: better wording

This commit is contained in:
rusefillc 2024-03-31 22:28:06 -04:00
parent 076376d4d6
commit 788f108506
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ public class ProgramSelector {
@Override
public void setPhase(String title, boolean hasProgress) {
callbacks.log("Begin phase: " + title);
callbacks.log("Phase: " + title);
}
};
}