Keep Grid menu translatable, as before.

This commit is contained in:
jean-pierre charras 2021-11-18 19:39:55 +01:00
parent 4e6a201881
commit 90fcf55ab6
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ void GRID_MENU::BuildChoiceList( wxArrayString* aGridsList, APP_SETTINGS_BASE* a
{
int val = (int) ValueFromString( EDA_UNITS::MILLIMETRES, gridSize );
msg.Printf( wxT( "Grid: %s (%s)" ),
msg.Printf( _( "Grid: %s (%s)" ),
MessageTextFromValue( primaryUnit, val ),
MessageTextFromValue( secondaryUnit, val ) );