From 65ee84f9483c19d45899978d608e0d910e316ce1 Mon Sep 17 00:00:00 2001 From: Justin Knotzke Date: Wed, 9 Sep 2009 07:25:57 -0400 Subject: [PATCH] Changed the label from mm to m as that's what is displayed. --- src/MainWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp index 55704558a..c271dd636 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -391,7 +391,7 @@ MainWindow::MainWindow(const QDir &home) : QLabel *qaCadLabel = new QLabel(tr("RPM:"), window); qaCadValue = new QLineEdit(QString("%1").arg(pfPvPlot->getCAD())); qaCadValue->setValidator(new QIntValidator(0, 999, qaCadValue)); - QLabel *qaClLabel = new QLabel(tr("Crank Length (mm):"), window); + QLabel *qaClLabel = new QLabel(tr("Crank Length (m):"), window); qaClValue = new QLineEdit(QString("%1").arg(1000 * pfPvPlot->getCL())); shadeZonesPfPvCheckBox = new QCheckBox; shadeZonesPfPvCheckBox->setText("Shade zones");