mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 04:06:26 +01:00
Fix a user-visible typo
This commit is contained in:
parent
168344a3f9
commit
b8c4034af5
1 changed files with 1 additions and 1 deletions
|
|
@ -6432,7 +6432,7 @@ Editor::toggle_region_polarity ()
|
||||||
arv->audio_region()->set_scale_amplitude (-1 * scale_amplitude);
|
arv->audio_region()->set_scale_amplitude (-1 * scale_amplitude);
|
||||||
|
|
||||||
if (!in_command) {
|
if (!in_command) {
|
||||||
begin_reversible_command (_("region polarity invery"));
|
begin_reversible_command (_("region polarity invert"));
|
||||||
in_command = true;
|
in_command = true;
|
||||||
}
|
}
|
||||||
_session->add_command (new StatefulDiffCommand (arv->region()));
|
_session->add_command (new StatefulDiffCommand (arv->region()));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue