Fix: wording

This commit is contained in:
Laurent Clouet
2023-01-13 10:27:01 +01:00
parent af4c79e3de
commit bef8fa8f32
2 changed files with 5 additions and 5 deletions

View File

@@ -55,7 +55,7 @@ public class Error {
CURRENTLY_HEADLESS(28),
DENOISING_NOT_SUPPORTED(29),
CANNOT_READ_FILE(30),
SHEEPIT_DETECT_DEVICE_ERROR(31),
DETECT_DEVICE_ERROR(31),
// internal error handling
NO_SPACE_LEFT_ON_DEVICE(100),
@@ -226,7 +226,7 @@ public class Error {
return "Blender can not open a display to create an OpenGL context needed for EEVEE/GPencil. Will try another project in a few minutes.";
case CANNOT_READ_FILE:
return "Blender failed to read the project files. Will try another project in a few minutes.";
case SHEEPIT_DETECT_DEVICE_ERROR:
case DETECT_DEVICE_ERROR:
return "Blender failed to detect the render device. Please check if you have all the necessary libraries installed and if your drivers are up to date.";
default:
return in.toString();