Fix string grammar in 3D viewer.

This commit is contained in:
Wayne Stambaugh 2023-12-26 08:33:33 -05:00
parent 5c20c5732d
commit 81cec494f2
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ TOOL_ACTION EDA_3D_ACTIONS::materialDiffuse( TOOL_ACTION_ARGS()
.Name( "3DViewer.Control.materialDiffuse" )
.Scope( AS_ACTIVE )
.FriendlyName( _( "Render Solid Colors" ) )
.Tooltip( _( "Use only the diffuse color property from model 3D model file" ) )
.Tooltip( _( "Use only the diffuse color property from 3D model file" ) )
.Flags( AF_NONE )
.Parameter( MATERIAL_MODE::DIFFUSE_ONLY ) );