Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate Rupsis <nrupsis>2022-05-01 06:11:48 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2022-05-01 06:12:44 +0300
commit5ff931149b3967005054dbda2a81bf7f593ff03b (patch)
treea70b6f1c3929479b54d89dc7624194b09923571d /source/blender/editors/animation
parent12217714c717d8ffdd36f7b9e7d6b35fb8a1f33d (diff)
Updating Graph editor channels pin tool tip
Reviewed By: Blendify Maniphest Tasks: T97631 Differential Revision: https://developer.blender.org/D14766
Diffstat (limited to 'source/blender/editors/animation')
-rw-r--r--source/blender/editors/animation/anim_channels_defines.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/animation/anim_channels_defines.c b/source/blender/editors/animation/anim_channels_defines.c
index 9722de0ce3c..7bb1d652bf1 100644
--- a/source/blender/editors/animation/anim_channels_defines.c
+++ b/source/blender/editors/animation/anim_channels_defines.c
@@ -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 */