From 34c4133daf01cd7b2b94bc54b3b78de21b3091b9 Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Sat, 4 Apr 2015 01:44:08 +1300 Subject: Tweaks to descriptions for Action Layer Up/Down --- source/blender/editors/space_action/action_data.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/space_action') diff --git a/source/blender/editors/space_action/action_data.c b/source/blender/editors/space_action/action_data.c index f7e110e3b90..a4eadd8a63b 100644 --- a/source/blender/editors/space_action/action_data.c +++ b/source/blender/editors/space_action/action_data.c @@ -726,7 +726,7 @@ void ACTION_OT_layer_next(wmOperatorType *ot) /* identifiers */ ot->name = "Next Layer"; ot->idname = "ACTION_OT_layer_next"; - ot->description = "Edit action in animation layer above the current action in the NLA Stack"; + ot->description = "Switch to editing action in animation layer above the current action in the NLA Stack"; /* callbacks */ ot->exec = action_layer_next_exec; @@ -823,7 +823,7 @@ void ACTION_OT_layer_prev(wmOperatorType *ot) /* identifiers */ ot->name = "Previous Layer"; ot->idname = "ACTION_OT_layer_prev"; - ot->description = "Edit action in animation layer below the current action in the NLA Stack"; + ot->description = "Switch to editing action in animation layer below the current action in the NLA Stack"; /* callbacks */ ot->exec = action_layer_prev_exec; -- cgit v1.2.3