From 958d24ae0fb52b8035fca2a102ec7513d2011011 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 12 Jun 2018 22:55:53 +0200 Subject: UI: Name N-Key toggle to Sidebar --- source/blender/editors/space_action/action_buttons.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_action/action_buttons.c') diff --git a/source/blender/editors/space_action/action_buttons.c b/source/blender/editors/space_action/action_buttons.c index a5cc66add87..55ad773f4df 100644 --- a/source/blender/editors/space_action/action_buttons.c +++ b/source/blender/editors/space_action/action_buttons.c @@ -117,7 +117,7 @@ static int action_properties_toggle_exec(bContext *C, wmOperator *UNUSED(op)) void ACTION_OT_properties(wmOperatorType *ot) { - ot->name = "Properties"; + ot->name = "Toggle Sidebar"; ot->idname = "ACTION_OT_properties"; ot->description = "Toggle the properties region visibility"; -- cgit v1.2.3