UI: Clean up use of the term "Metaballs"

Clear the weird term "Metaelement".
These are the metaballs (elements) inside one metaball objects.
  - "Meta Ball" to "Metaball"
  - "Metaelement", "Meta element" to "Metaball element"

Differential Revision: https://developer.blender.org/D9910
This commit is contained in:
Yevgeny Makarov
2021-02-24 13:44:24 -06:00
committed by Hans Goudey
parent 4f247dba5e
commit 962b87f06a
5 changed files with 16 additions and 16 deletions

View File

@@ -2066,7 +2066,7 @@ class WM_OT_batch_rename(Operator):
# Enum identifiers are compared with 'object.type'.
('MESH', "Meshes", ""),
('CURVE', "Curves", ""),
('META', "Meta Balls", ""),
('META', "Metaballs", ""),
('ARMATURE', "Armatures", ""),
('LATTICE', "Lattices", ""),
('GPENCIL', "Grease Pencils", ""),