Updating Graph editor channels pin tool tip

Reviewed By: Blendify

Maniphest Tasks: T97631

Differential Revision: https://developer.blender.org/D14766
This commit is contained in:
Nate Rupsis 2022-04-30 23:11:48 -04:00 committed by Aaron Carlisle
parent 12217714c7
commit 5ff931149b
Notes: blender-bot 2023-02-13 15:36:49 +01:00
Referenced by issue #97631, UI: Fix Graph editor channel pin tooltip
1 changed files with 1 additions and 1 deletions

View File

@ -4937,7 +4937,7 @@ static void draw_setting_widget(bAnimContext *ac,
case ACHANNEL_SETTING_ALWAYS_VISIBLE:
icon = ICON_UNPINNED;
tooltip = TIP_("Channels are visible in Graph Editor for editing");
tooltip = TIP_("Display channel regardless of object selection");
break;
case ACHANNEL_SETTING_MOD_OFF: /* modifiers disabled */