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:
authorCampbell Barton <ideasman42@gmail.com>2018-06-12 23:55:53 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-12 23:57:03 +0300
commit958d24ae0fb52b8035fca2a102ec7513d2011011 (patch)
treedd3520a2fa39afda0aa58a8f502bf43541a79375 /source/blender/editors/space_action/action_buttons.c
parent77879ac038e3576eeeeb651ce78706cb95399098 (diff)
UI: Name N-Key toggle to Sidebar
Diffstat (limited to 'source/blender/editors/space_action/action_buttons.c')
-rw-r--r--source/blender/editors/space_action/action_buttons.c2
1 files changed, 1 insertions, 1 deletions
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";