User chart scaling option name change

.. "Scaling" becomes "Font scaling" to make it clearer
   to users what the setting does.
This commit is contained in:
Mark Liversedge
2021-11-24 08:51:15 +00:00
parent 79fd18ef55
commit 680f7b9665

View File

@@ -829,7 +829,7 @@ UserChartSettings::UserChartSettings(Context *context, bool rangemode, GenericCh
scale->setMaximum(18);
scale->setSingleStep(1);
scale->setValue(1 + ((chart.scale-1)*2)); // scale is in increments of 0.5
cf->addRow(tr("Scale"), scale);
cf->addRow(tr("Font scaling"), scale);
cf->addRow(" ", (QWidget*)NULL);
animate = new QCheckBox(tr("Animate"));