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:
Alaska 2022-01-16 15:26:08 -08:00 committed by Harley Acheson
parent d914cfcb7a
commit 34d424fd64
Notes: blender-bot 2023-02-14 08:06:33 +01:00
Referenced by issue #95800, Regression: Crash after discarding texture paint changes
Referenced by issue #95338, Render Image for composited scene shows inconsistent results
Referenced by issue #95052, 3DViewport is missing overlay.
Referenced by issue #94526, Typo: Reorder to front / Reorder to back tooltip
1 changed files with 1 additions and 1 deletions

View File

@ -495,7 +495,7 @@ static void WORKSPACE_OT_reorder_to_back(wmOperatorType *ot)
{
/* identifiers */
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";
/* api callbacks */