I18n: Disambiguate "Average"
"Average" here is a verb, not a noun. Issue reported by Hoang Duy Tran.
This commit is contained in:
committed by
Bastien Montagne
parent
434f7e83e8
commit
f833e915c8
@@ -4944,7 +4944,7 @@ class VIEW3D_MT_edit_mesh_normals(Menu):
|
||||
|
||||
layout.operator("mesh.merge_normals", text="Merge")
|
||||
layout.operator("mesh.split_normals", text="Split")
|
||||
layout.menu("VIEW3D_MT_edit_mesh_normals_average", text="Average")
|
||||
layout.menu("VIEW3D_MT_edit_mesh_normals_average", text="Average", text_ctxt=i18n_contexts.id_mesh)
|
||||
|
||||
layout.separator()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user