summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_ui.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-06-10 01:18:09 +0200
committerRobin Gareus <robin@gareus.org>2016-06-10 01:18:20 +0200
commitd403eaf1a01b77c8392026518e80baf8c41568e7 (patch)
treec509df763f4675da32b8979d35100fed5fbc8000 /gtk2_ardour/route_ui.cc
parent049a678ff9330ed667fcf3551c4f8ca42955e2ff (diff)
phase out phase in favor of polarity
Diffstat (limited to 'gtk2_ardour/route_ui.cc')
-rw-r--r--gtk2_ardour/route_ui.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/route_ui.cc b/gtk2_ardour/route_ui.cc
index b7b4b22fb6..027062fa9a 100644
--- a/gtk2_ardour/route_ui.cc
+++ b/gtk2_ardour/route_ui.cc
@@ -2016,9 +2016,9 @@ RouteUI::setup_invert_buttons ()
}
if (N <= _max_invert_buttons) {
- UI::instance()->set_tip (*b, string_compose (_("Left-click to invert (phase reverse) channel %1 of this track. Right-click to show menu."), i + 1));
+ UI::instance()->set_tip (*b, string_compose (_("Left-click to invert polarity of channel %1 of this track. Right-click to show menu."), i + 1));
} else {
- UI::instance()->set_tip (*b, _("Click to show a menu of channels for inversion (phase reverse)"));
+ UI::instance()->set_tip (*b, _("Click to show a menu of channels to invert polarity"));
}
_invert_buttons.push_back (b);