Fixed typo in VCResistor

This commit is contained in:
Vadim Kuznetzov 2015-12-21 17:41:36 +03:00
parent b31b74cdbb
commit 2508c6e37a

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