Merge branch 'blender-v2.92-release'

This commit is contained in:
Campbell Barton 2021-01-27 15:18:56 +11:00
commit 6e03a66e78
1 changed files with 1 additions and 1 deletions

View File

@ -567,7 +567,7 @@ class TOPBAR_MT_edit(Menu):
props.name = "TOPBAR_PT_name"
props.keep_open = False
layout.operator("wm.batch_rename")
layout.operator("wm.batch_rename", text="Batch Rename...")
layout.separator()