mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-23 12:18:37 -05:00
Visual scale is called Visual Gain in manual, so use the same naming in tooltips
This commit is contained in:
parent
10a4e391d7
commit
8e52f232cf
@ -245,7 +245,7 @@ void SpectrumCanvas::OnMouseMoved(wxMouseEvent& event) {
|
|||||||
|
|
||||||
} else {
|
} else {
|
||||||
if (scaleFactorEnabled) {
|
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 {
|
} else {
|
||||||
setStatusText("Displaying spectrum of active demodulator.");
|
setStatusText("Displaying spectrum of active demodulator.");
|
||||||
}
|
}
|
||||||
|
@ -583,7 +583,7 @@ void WaterfallCanvas::updateHoverState() {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
setStatusText(
|
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.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user