diff --git a/qucs/components/vcresistor.cpp b/qucs/components/vcresistor.cpp index 3d07f655..ad25706e 100644 --- a/qucs/components/vcresistor.cpp +++ b/qucs/components/vcresistor.cpp @@ -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)));