Various string issues held over from 8.0 string freeze.
(cherry picked from commit a610542a19
)
This commit is contained in:
parent
23c2104ffa
commit
57dcf285c5
|
@ -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;
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue