Fix: better wording
This commit is contained in:
@@ -229,7 +229,7 @@ import okhttp3.HttpUrl;
|
|||||||
this.renderingJob = this.server.requestJob();
|
this.renderingJob = this.server.requestJob();
|
||||||
}
|
}
|
||||||
catch (FermeExceptionNoRightToRender e) {
|
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;
|
return -2;
|
||||||
}
|
}
|
||||||
catch (FermeExceptionSessionDisabled e) {
|
catch (FermeExceptionSessionDisabled e) {
|
||||||
|
|||||||
@@ -325,7 +325,7 @@ import java.util.regex.Pattern;
|
|||||||
|
|
||||||
// Initialise the progress bar in the icon and the UI (0% completed at this time)
|
// Initialise the progress bar in the icon and the UI (0% completed at this time)
|
||||||
gui.updateTrayIcon(0);
|
gui.updateTrayIcon(0);
|
||||||
gui.status("Preparing scene", 0);
|
gui.status("Preparing project", 0);
|
||||||
|
|
||||||
while ((line = input.readLine()) != null) {
|
while ((line = input.readLine()) != null) {
|
||||||
log.debug(line);
|
log.debug(line);
|
||||||
|
|||||||
Reference in New Issue
Block a user