fix action names for transport controllables

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13058 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-07-20 15:16:45 +00:00
parent 253f0ae04c
commit d63528bca0
1 changed files with 3 additions and 3 deletions

View File

@ -3628,16 +3628,16 @@ ARDOUR_UI::TransportControllable::set_value (float 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");