Better layer name for notes.

Fixes https://gitlab.com/kicad/code/kicad/issues/9849
This commit is contained in:
Jeff Young 2021-12-02 13:17:18 +00:00
parent 8fab8a05d6
commit ffe91b31bf
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ wxString LayerName( int aLayer )
case LAYER_FIELDS: return _( "Symbol fields" );
case LAYER_DEVICE: return _( "Symbol body outlines" );
case LAYER_DEVICE_BACKGROUND: return _( "Symbol body fills" );
case LAYER_NOTES: return _( "Notes" );
case LAYER_NOTES: return _( "Schematic text && graphics" );
case LAYER_PIN: return _( "Pins" );
case LAYER_SHEET: return _( "Sheet borders" );
case LAYER_SHEET_BACKGROUND: return _( "Sheet backgrounds" );