mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Fix typos, consistent translatable strings
This commit is contained in:
parent
4e43aaef64
commit
e20f74dcf1
4 changed files with 10 additions and 10 deletions
|
|
@ -32,7 +32,7 @@ using namespace ARDOUR;
|
|||
using namespace Gtk;
|
||||
|
||||
DuplicateRouteDialog::DuplicateRouteDialog ()
|
||||
: ArdourDialog (_("Duplicate Tracks & Busses"), false, false)
|
||||
: ArdourDialog (_("Duplicate Tracks/Busses"), false, false)
|
||||
, playlist_option_label (_("For each Track:"))
|
||||
, copy_playlists_button (playlist_button_group, _("Copy playlist"))
|
||||
, new_playlists_button (playlist_button_group, _("New playlist"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue