Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0119413

Browse files
authored
Enhance alignment error message for device compatibility
Updated error message for alignment feature in OpenGL mode.
1 parent f24e98c commit 0119413

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/Tools/RotateTool/RotateTool.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Item
9999
}
100100
else
101101
{
102-
return catalog.i18nc("@action:button", "Alignment by face is not available in OpenGL compatibility mode");
102+
return catalog.i18nc("@action:button", "Alignment by face is not available on this device. Your graphics card or drivers do not fully support it. Updating your graphics drivers may enable this feature.");
103103
}
104104
}
105105

0 commit comments

Comments
 (0)