Commit 6582cea8 authored by Wayne Stambaugh's avatar Wayne Stambaugh

Improve zone context menu descriptions, fixes lp:1116483

parent f2ebfdf3
......@@ -939,6 +939,9 @@ wxString ZONE_CONTAINER::GetSelectMenuText() const
if( ncont )
text << wxT( " " ) << _( "(Cutout)" );
if( GetIsKeepout() )
text << wxT( " " ) << _( "(Keepout)" );
text << wxT( " " );
text << wxString::Format( wxT( "(%08lX)" ), m_TimeStamp );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment