Visual scale is called Visual Gain in manual, so use the same naming in tooltips

This commit is contained in:
vsonnier 2018-03-11 10:37:21 +01:00
parent 10a4e391d7
commit 8e52f232cf
2 changed files with 2 additions and 2 deletions

View File

@ -245,7 +245,7 @@ void SpectrumCanvas::OnMouseMoved(wxMouseEvent& event) {
} else {
if (scaleFactorEnabled) {
setStatusText("Drag horizontal to adjust center frequency. Arrow keys or wheel to navigate/zoom bandwith. Right-drag or SHIFT+UP/DOWN to adjust vertical scale, right-click to reset. 'B' to toggle decibels display.");
setStatusText("Drag horizontal to adjust center frequency. Arrow keys or wheel to navigate/zoom bandwith. Right-drag or SHIFT+UP/DOWN to adjust visual gain, right-click to reset it. 'B' to toggle decibels display.");
} else {
setStatusText("Displaying spectrum of active demodulator.");
}

View File

@ -583,7 +583,7 @@ void WaterfallCanvas::updateHoverState() {
}
else {
setStatusText(
"Click to set demodulator frequency or hold ALT to drag range; hold SHIFT to create new. Arrow keys or wheel to navigate/zoom bandwith, C to center. Right-drag or SHIFT+UP/DOWN to adjust vertical scale. Shift-R record/stop all.");
"Click to set demodulator frequency or hold ALT to drag range; hold SHIFT to create new. Arrow keys or wheel to navigate/zoom bandwith, C to center. Right-drag or SHIFT+UP/DOWN to adjust visual gain. Shift-R record/stop all.");
}
}
}