Symbol Fields Table: fix Qty column

Really need to refactor these strings out of everything...
This commit is contained in:
Mike Williams
2023-04-03 09:07:51 -04:00
parent 106747a03b
commit bb7d55e5a4
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -492,7 +492,7 @@ void FIELDS_EDITOR_GRID_DATA_MODEL::ApplyData()
for( const std::pair<wxString, wxString> srcData : fieldStore )
{
if( srcData.first == _( "Qty" ) )
if( srcData.first == _( "Quantity" ) )
continue;
const wxString& srcName = srcData.first;