Various string issues held over from 8.0 string freeze.
This commit is contained in:
parent
2ab492474e
commit
a610542a19
|
@ -645,9 +645,7 @@ int SYMBOL_EDITOR_EDIT_TOOL::PinTable( const TOOL_EVENT& aEvent )
|
||||||
if( dlg.ShowModal() == wxID_CANCEL )
|
if( dlg.ShowModal() == wxID_CANCEL )
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
// TODO: 9.0: this would be better as "Edit Pins", but we're past string freeze, so this
|
commit.Push( _( "Edit Pins" ) );
|
||||||
// (existing) string will have to do.
|
|
||||||
commit.Push( _( "Edit Pin Properties" ) );
|
|
||||||
m_frame->RebuildView();
|
m_frame->RebuildView();
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
|
@ -160,9 +160,11 @@ _HKI( "### Top-level Clauses\n"
|
||||||
"Includes nested membership.\n"
|
"Includes nested membership.\n"
|
||||||
"<br><br>\n"
|
"<br><br>\n"
|
||||||
"\n"
|
"\n"
|
||||||
" A.memberOfFootprint('<footprint_reference>')\n"
|
" A.memberOfFootprint('<footprint_reference>|<footprint_id>')\n"
|
||||||
"True if `A` is a member of a footprint matching the given reference designator. The\n"
|
"True if `A` is a member of a footprint matching the given reference designator or footprint\n"
|
||||||
"reference can contain wildcards.\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"
|
"<br><br>\n"
|
||||||
"\n"
|
"\n"
|
||||||
" A.memberOfSheet('<sheet_path>')\n"
|
" A.memberOfSheet('<sheet_path>')\n"
|
||||||
|
|
Loading…
Reference in New Issue