mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-21 18:53:45 +00:00
Update 3D model export menu text.
This commit is contained in:
parent
3b987776c7
commit
6951dd39c0
@ -133,8 +133,8 @@ void PCB_EDIT_FRAME::doReCreateMenuBar()
|
||||
ID_GEN_EXPORT_FILE_VRML, BITMAPS::export3d );
|
||||
submenuExport->Add( _( "IDFv3..." ), _( "Export IDF 3D board representation" ),
|
||||
ID_GEN_EXPORT_FILE_IDF3, BITMAPS::export_idf );
|
||||
submenuExport->Add( _( "STEP / GLB / BREP / XAO..." ),
|
||||
_( "Export STEP / GLB / BREP / XAO 3D board representation" ),
|
||||
submenuExport->Add( _( "STEP / GLB / BREP / XAO / PLY / STL..." ),
|
||||
_( "Export STEP / GLB / BREP / XAO / PLY / STL 3D board representation" ),
|
||||
ID_GEN_EXPORT_FILE_STEP, BITMAPS::export_step );
|
||||
submenuExport->Add( _( "SVG..." ), _( "Export SVG board representation" ),
|
||||
ID_GEN_PLOT_SVG, BITMAPS::export_svg );
|
||||
|
Loading…
Reference in New Issue
Block a user