Clarify insert-time option
authorRobin Gareus <robin@gareus.org>
Fri, 10 Jan 2020 17:59:09 +0000 (18:59 +0100)
committerRobin Gareus <robin@gareus.org>
Fri, 10 Jan 2020 17:59:09 +0000 (18:59 +0100)
gtk2_ardour/insert_remove_time_dialog.cc

index 279f39fa61c6d1bfd505b0e636b25a479125034e..dd0578239699da19c283045fe194e39935cd64d0 100644 (file)
@@ -97,7 +97,7 @@ InsertRemoveTimeDialog::InsertRemoveTimeDialog (PublicEditor& e, bool remove)
 
        get_vbox()->pack_start (*table);
 
-       _all_playlists.set_label (_("Apply to all the track's playlists"));
+       _all_playlists.set_label (_("Apply to all playlists of the selected track(s)"));
        get_vbox()->pack_start (_all_playlists);
 
        _move_glued.set_label (_("Move glued-to-musical-time regions (MIDI regions)"));