summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-07-23 13:31:51 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-07-23 13:31:51 +0000
commitb2bbc44eaac337a13dfb92449635924572f60953 (patch)
treefae7c21d4d538f4596512218ebd1e140313ff733 /gtk2_ardour
parent0f79645be79584e6670c1b4e053dcdb8083cae0e (diff)
forward-port generic MIDI and transport controllable changes from 2.X
git-svn-id: svn://localhost/ardour2/branches/3.0@13066 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/ardour_ui.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk2_ardour/ardour_ui.cc b/gtk2_ardour/ardour_ui.cc
index 6b8faa025d..3164467a83 100644
--- a/gtk2_ardour/ardour_ui.cc
+++ b/gtk2_ardour/ardour_ui.cc
@@ -3521,16 +3521,16 @@ ARDOUR_UI::TransportControllable::set_value (double val)
action = X_("Stop");
break;
case GotoStart:
- action = X_("Goto Start");
+ action = X_("GotoStart");
break;
case GotoEnd:
- action = X_("Goto End");
+ action = X_("GotoEnd");
break;
case AutoLoop:
action = X_("Loop");
break;
case PlaySelection:
- action = X_("Play Selection");
+ action = X_("PlaySelection");
break;
case RecordEnable:
action = X_("Record");