Fix T94526: Incorrect workspace ordering tooltip
Fix the description for WORKSPACE_OT_reorder_to_back to say "last" in list rather than "first" See D13696 for more details. Differential Revision: https://developer.blender.org/D13696 Reviewed by Aaron Carlisle
This commit is contained in:
@@ -495,7 +495,7 @@ static void WORKSPACE_OT_reorder_to_back(wmOperatorType *ot)
|
|||||||
{
|
{
|
||||||
/* identifiers */
|
/* identifiers */
|
||||||
ot->name = "Workspace Reorder to Back";
|
ot->name = "Workspace Reorder to Back";
|
||||||
ot->description = "Reorder workspace to be first in the list";
|
ot->description = "Reorder workspace to be last in the list";
|
||||||
ot->idname = "WORKSPACE_OT_reorder_to_back";
|
ot->idname = "WORKSPACE_OT_reorder_to_back";
|
||||||
|
|
||||||
/* api callbacks */
|
/* api callbacks */
|
||||||
|
|||||||
Reference in New Issue
Block a user