summaryrefslogtreecommitdiff
path: root/gtk2_ardour/region_editor.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-11-18 13:58:01 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-11-18 13:58:01 +0000
commite5329ca777caea45a754ef1b57e031602c9a61ab (patch)
treec53cc234b39a77eb8bc91cd47392d0b80c85d1c5 /gtk2_ardour/region_editor.cc
parent3aa7dacfdf214f0db9330d975e94b7697a0259eb (diff)
Change label of audition button in region editor to "Audition" to indicate *how* it will be heard (via the audition bus, not in-place)
git-svn-id: svn://localhost/ardour2/branches/3.0@10672 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/region_editor.cc')
-rwxr-xr-xgtk2_ardour/region_editor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/region_editor.cc b/gtk2_ardour/region_editor.cc
index 8a4a8b9d1e..6955068ba9 100755
--- a/gtk2_ardour/region_editor.cc
+++ b/gtk2_ardour/region_editor.cc
@@ -49,7 +49,7 @@ RegionEditor::RegionEditor (Session* s, boost::shared_ptr<Region> r)
, _table_row (0)
, _region (r)
, name_label (_("Name:"))
- , audition_button (_("Play"))
+ , audition_button (_("Audition"))
, _clock_group (new ClockGroup)
, position_clock (X_("regionposition"), true, "", true, false)
, end_clock (X_("regionend"), true, "", true, false)