Commit d1f2a16c authored by faa's avatar faa
Browse files

update Russian GUI

parent e875e075
Loading
Loading
Loading
Loading
+1.47 KiB (267 KiB)

File changed.

No diff preview for this file type.

+514 −487

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@ void WinEDA_PcbFrame::RecreateBOMFileFromBoard( wxCommandEvent& aEvent )
    msg << _("Id") << wxT("\";\"");
    msg << _("Designator") << wxT("\";\"");
    msg << _("Package") << wxT("\";\"");
    msg << _("Number") << wxT("\";\"");
    msg << _("Quantity") << wxT("\";\"");
    msg << _("Designation") << wxT("\";\"");
    msg << _("Supplier and ref") << wxT("\";\n" );
    fprintf( FichBom, "%s", CONV_TO_UTF8( msg ) );