mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-05 00:15:30 +00:00
Embedded files: standardize on "embedded reference"
This commit is contained in:
parent
aafe6157e2
commit
ac9f41baaa
@ -35,7 +35,7 @@ PANEL_EMBEDDED_FILES_BASE::PANEL_EMBEDDED_FILES_BASE( wxWindow* parent, wxWindow
|
||||
m_files_grid->EnableDragColMove( false );
|
||||
m_files_grid->EnableDragColSize( true );
|
||||
m_files_grid->SetColLabelValue( 0, _("Filename") );
|
||||
m_files_grid->SetColLabelValue( 1, _("Internal Reference") );
|
||||
m_files_grid->SetColLabelValue( 1, _("Embedded Reference") );
|
||||
m_files_grid->SetColLabelSize( 22 );
|
||||
m_files_grid->SetColLabelAlignment( wxALIGN_CENTER, wxALIGN_CENTER );
|
||||
|
||||
|
@ -98,7 +98,7 @@
|
||||
<property name="close_button">1</property>
|
||||
<property name="col_label_horiz_alignment">wxALIGN_CENTER</property>
|
||||
<property name="col_label_size">22</property>
|
||||
<property name="col_label_values">"Filename" "Internal Reference"</property>
|
||||
<property name="col_label_values">"Filename" "Embedded Reference"</property>
|
||||
<property name="col_label_vert_alignment">wxALIGN_CENTER</property>
|
||||
<property name="cols">2</property>
|
||||
<property name="column_sizes">440,180</property>
|
||||
|
Loading…
Reference in New Issue
Block a user