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
This commit is contained in:
Paul Davis 2011-11-18 13:58:01 +00:00
parent 3aa7dacfdf
commit e5329ca777

View File

@ -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)