Fix diff pair error message suffix suggestions

We accept diff pairs that end in N/P, no underscore required
This commit is contained in:
Jon Evans 2021-04-20 21:08:34 -04:00
parent 693413b47e
commit cbd7d698a9
1 changed files with 1 additions and 1 deletions

View File

@ -477,7 +477,7 @@ bool DIFF_PAIR_PLACER::FindDpPrimitivePair( NODE* aWorld, const VECTOR2I& aP, IT
{
*aErrorMsg = _( "Unable to find complementary differential pair "
"nets. Make sure the names of the nets belonging "
"to a differential pair end with either _N/_P or +/-." );
"to a differential pair end with either N/P or +/-." );
}
return false;
}