Fix a user-visible typo
This commit is contained in:
parent
168344a3f9
commit
b8c4034af5
@ -6432,7 +6432,7 @@ Editor::toggle_region_polarity ()
|
||||
arv->audio_region()->set_scale_amplitude (-1 * scale_amplitude);
|
||||
|
||||
if (!in_command) {
|
||||
begin_reversible_command (_("region polarity invery"));
|
||||
begin_reversible_command (_("region polarity invert"));
|
||||
in_command = true;
|
||||
}
|
||||
_session->add_command (new StatefulDiffCommand (arv->region()));
|
||||
|
Loading…
Reference in New Issue
Block a user