GPencil: Channel Lock tooltip

After talking with UI team, we decided to change the tooltip.
This commit is contained in:
2020-06-05 08:27:42 +02:00
parent 0aa2c10ad1
commit e3a32a22bf

View File

@@ -4960,7 +4960,8 @@ static void draw_setting_widget(bAnimContext *ac,
}
else if (ale->type == ANIMTYPE_GPLAYER) {
tooltip = TIP_(
"All keyframes contribute to the result (uncheck to use the current frame only)");
"Shows all keyframes during animation playback and enabled all frames for editing "
"(uncheck to use only the current keyframe during animation playback and editing)");
}
else {
tooltip = TIP_("Do channels contribute to result (toggle channel muting)");