Merge pull request #406 from ra3xdh/405_fix

Fix of #405
This commit is contained in:
Guilherme Brondani Torri 2016-01-26 00:12:22 +01:00
commit c19580cee0

View File

@ -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)));