diff --git a/3d-viewer/3d_viewer/tools/eda_3d_actions.cpp b/3d-viewer/3d_viewer/tools/eda_3d_actions.cpp index 827d3b4e3e..7bd1a8848e 100644 --- a/3d-viewer/3d_viewer/tools/eda_3d_actions.cpp +++ b/3d-viewer/3d_viewer/tools/eda_3d_actions.cpp @@ -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 ) );