Update error message for painting availability

This commit is contained in:
HellAholic 2026-03-03 11:51:11 +01:00 committed by GitHub
parent 9d5bb17ea0
commit 2cc3b0bbf5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -343,7 +343,7 @@ Item
UM.Label
{
anchors.fill: parent
text: catalog.i18nc("@label", "Painting is not available in OpenGL compatibility mode. Please use a different system.")
text: catalog.i18nc("@label", "Painting is not available on this device. Your graphics card or drivers do not fully support it. Updating your graphics drivers may enable this feature.")
verticalAlignment: Text.AlignVCenter
horizontalAlignment: Text.AlignHCenter
}