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:
Morgan Hardwood
2018-05-18 12:43:15 +02:00
parent 4e45ba5ae7
commit d6c45f90b5
6 changed files with 15 additions and 18 deletions

View File

@@ -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"));
}
}