Make a menuitem name translatable and understandable.
This commit is contained in:
parent
fe02155b5a
commit
ae15098a5d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue