diff --git a/scene/3d/xr_nodes.cpp b/scene/3d/xr_nodes.cpp index dfb9042a2ef8..12a9f50ed7f7 100644 --- a/scene/3d/xr_nodes.cpp +++ b/scene/3d/xr_nodes.cpp @@ -626,7 +626,7 @@ PackedStringArray XROrigin3D::get_configuration_warnings() const { bool xr_enabled = GLOBAL_GET("xr/shaders/enabled"); if (!xr_enabled) { - warnings.push_back(RTR("XR is not enabled in rendering project settings. Stereoscopic output is not supported unless this is enabled.")); + warnings.push_back(RTR("XR shaders are not enabled in project settings. Stereoscopic output is not supported unless they are enabled. Please enable `xr/shaders/enabled` to use stereoscopic output.")); } return warnings;