Make a menuitem name translatable and understandable.

This commit is contained in:
jean-pierre charras 2021-03-09 12:51:07 +01:00
parent fe02155b5a
commit ae15098a5d
1 changed files with 1 additions and 1 deletions

View File

@ -496,7 +496,7 @@ void SCH_FIELD::DoHypertextMenu( EDA_DRAW_FRAME* aFrame )
}
menu.AppendSeparator();
menu.Append( 999, _( "Back" ) );
menu.Append( 999, _( "Back to Previous Selected Sheet" ) );
int sel = aFrame->GetPopupMenuSelectionFromUser( menu );
void* param = nullptr;