Merge branch 'fix/wording' into 'master'

Fix: better wording

See merge request sheepitrenderfarm/client!179
This commit is contained in:
Sheepit Renderfarm
2023-01-06 14:06:46 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -229,7 +229,7 @@ import okhttp3.HttpUrl;
this.renderingJob = this.server.requestJob();
}
catch (FermeExceptionNoRightToRender e) {
this.gui.error("User does not have enough right to render scene");
this.gui.error("User does not have enough right to render project");
return -2;
}
catch (FermeExceptionSessionDisabled e) {

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);