UI: Adjust names for Find/Replace Set Selection
This is really doing two operation so using the ampersand makes more sense. Also selection sounds better than selected. This also adjusts the name in the text Edit menu which was an issue raised in T68738
This commit is contained in:
@@ -400,7 +400,7 @@ class TEXT_MT_edit(Menu):
|
||||
layout.separator()
|
||||
|
||||
layout.operator("text.start_find", text="Find & Replace...")
|
||||
layout.operator("text.find_set_selected", text="Find Next")
|
||||
layout.operator("text.find_set_selected")
|
||||
layout.operator("text.jump", text="Jump To...")
|
||||
|
||||
layout.separator()
|
||||
|
||||
Reference in New Issue
Block a user