mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
Fixed typo in VCResistor
This commit is contained in:
parent
b31b74cdbb
commit
2508c6e37a
@ -20,7 +20,7 @@
|
||||
|
||||
vcresistor::vcresistor()
|
||||
{
|
||||
Description = QObject::tr("voltage controlled voltage source");
|
||||
Description = QObject::tr("voltage controlled resistor");
|
||||
|
||||
// The resistor shape
|
||||
Lines.append(new Line(5, 18, 5, -18, QPen(Qt::darkBlue,2)));
|
||||
|
Loading…
x
Reference in New Issue
Block a user