Various string issues held over from 8.0 string freeze.

This commit is contained in:
Jeff Young 2024-01-28 15:43:57 +00:00
parent 2ab492474e
commit a610542a19
2 changed files with 6 additions and 6 deletions

View File

@ -645,9 +645,7 @@ int SYMBOL_EDITOR_EDIT_TOOL::PinTable( const TOOL_EVENT& aEvent )
if( dlg.ShowModal() == wxID_CANCEL )
return -1;
// TODO: 9.0: this would be better as "Edit Pins", but we're past string freeze, so this
// (existing) string will have to do.
commit.Push( _( "Edit Pin Properties" ) );
commit.Push( _( "Edit Pins" ) );
m_frame->RebuildView();
return 0;

View File

@ -160,9 +160,11 @@ _HKI( "### Top-level Clauses\n"
"Includes nested membership.\n"
"<br><br>\n"
"\n"
" A.memberOfFootprint('<footprint_reference>')\n"
"True if `A` is a member of a footprint matching the given reference designator. The\n"
"reference can contain wildcards.\n"
" A.memberOfFootprint('<footprint_reference>|<footprint_id>')\n"
"True if `A` is a member of a footprint matching the given reference designator or footprint\n"
"ID. The parameter can contain wildcards.\n"
"\n"
"NB: If matching against a footprint ID is desired, the parameter must contain a ':'.\n"
"<br><br>\n"
"\n"
" A.memberOfSheet('<sheet_path>')\n"