Add missing layer name for sheet fields

Fixes #4018
This commit is contained in:
Jon Evans 2020-03-07 09:44:06 -05:00
parent 1e61668cee
commit 01a6d0067b
1 changed files with 3 additions and 0 deletions

View File

@ -76,6 +76,9 @@ wxString LayerName( SCH_LAYER_ID aLayer )
case LAYER_SHEETNAME:
return _( "Sheet name" );
case LAYER_SHEETFIELDS:
return _( "Sheet fields" );
case LAYER_SHEETFILENAME:
return _( "Sheet file name" );