Reset tooltips improved
Now the "reset" tooltips state what happens on click vs ctrl+click. Commit includes required fixes to other modules which used incorrect reset language keys. Fixes #4563
This commit is contained in:
@@ -934,7 +934,7 @@ void Wavelet::neutral_pressed ()
|
||||
enableListener();
|
||||
|
||||
if (listener && getEnabled()) {
|
||||
listener->panelChanged (EvWavNeutral, M("ADJUSTER_RESET_TO_DEFAULT"));
|
||||
listener->panelChanged (EvWavNeutral, M("GENERAL_RESET"));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user