diff --git a/gtk2_ardour/editor_ops.cc b/gtk2_ardour/editor_ops.cc index f66e83c6ec..a13048b161 100644 --- a/gtk2_ardour/editor_ops.cc +++ b/gtk2_ardour/editor_ops.cc @@ -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()));