Skip to content

Commit

Permalink
'All Y-axis' to make it more explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
ElderOrb committed Jul 11, 2024
1 parent ecc8cc5 commit bc23c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/GUI/Plots.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1354,7 +1354,7 @@ void Plots::updatePlotsVisibility(const QMap<QString, std::tuple<quint64, quint6

void Plots::updatePlotsYAxisMinMaxMode()
{
auto reply = QMessageBox::question(this, "QCTools", "Y axis min/max to will be reset default. Are you sure?",
auto reply = QMessageBox::question(this, "QCTools", "All Y-axis min/max to will be reset default. Are you sure?",
QMessageBox::Yes|QMessageBox::No);
if (reply == QMessageBox::Yes) {
QSettings settings;
Expand Down

0 comments on commit bc23c7b

Please sign in to comment.