Fix T100674: Use plural for axes option in object properties

This commit fixes T100674, Renamed the "axis" label under viewport display
panel to "axes" in object properties.

Differential Revision: https://developer.blender.org/D16650
This commit is contained in:
Faheim Arslan M 2023-01-25 16:22:58 +01:00 committed by Julian Eisel
parent 12ca26afc2
commit 69288daa74
Notes: blender-bot 2023-02-14 05:53:42 +01:00
Referenced by issue #100674, Object Properties=> viewport display panel: "axis" label  must be named axes
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ class OBJECT_PT_display(ObjectButtonsPanel, Panel):
col = layout.column(heading="Show")
col.prop(obj, "show_name", text="Name")
col.prop(obj, "show_axis", text="Axis")
col.prop(obj, "show_axis", text="Axes")
# Makes no sense for cameras, armatures, etc.!
# but these settings do apply to dupli instances