Fix: better wording

This commit is contained in:
Laurent Clouet
2023-01-05 16:25:29 +01:00
parent d6dcaa7172
commit 71a1d8c30d
2 changed files with 2 additions and 2 deletions

View File

@@ -325,7 +325,7 @@ import java.util.regex.Pattern;
// Initialise the progress bar in the icon and the UI (0% completed at this time)
gui.updateTrayIcon(0);
gui.status("Preparing scene", 0);
gui.status("Preparing project", 0);
while ((line = input.readLine()) != null) {
log.debug(line);