From c5a946b2b8baa0330237db724e5af383a9ae3088 Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Fri, 9 May 2014 16:18:28 +1200 Subject: Tweaking tooltip for NLA tweakmode enter to be a bit more descriptive --- source/blender/editors/space_nla/nla_edit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_nla') diff --git a/source/blender/editors/space_nla/nla_edit.c b/source/blender/editors/space_nla/nla_edit.c index 51a8413a6e5..93d0f7527ef 100644 --- a/source/blender/editors/space_nla/nla_edit.c +++ b/source/blender/editors/space_nla/nla_edit.c @@ -162,7 +162,7 @@ void NLA_OT_tweakmode_enter(wmOperatorType *ot) /* identifiers */ ot->name = "Enter Tweak Mode"; ot->idname = "NLA_OT_tweakmode_enter"; - ot->description = "Enter tweaking mode for the action referenced by the active strip"; + ot->description = "Enter tweaking mode for the action referenced by the active strip to edit its keyframes"; /* api callbacks */ ot->exec = nlaedit_enable_tweakmode_exec; -- cgit v1.2.3