UI: Name N-Key toggle to Sidebar

This commit is contained in:
2018-06-12 22:55:53 +02:00
parent 77879ac038
commit 958d24ae0f
10 changed files with 13 additions and 13 deletions

View File

@@ -224,7 +224,7 @@ static int node_properties_poll(bContext *C)
void NODE_OT_properties(wmOperatorType *ot)
{
ot->name = "Properties";
ot->name = "Toggle Sidebar";
ot->description = "Toggle the properties region visibility";
ot->idname = "NODE_OT_properties";