Unify terminology for markers within the window. Align loop / punch labels to the...
authorCarl Hetherington <carl@carlh.net>
Tue, 24 Nov 2009 00:45:37 +0000 (00:45 +0000)
committerCarl Hetherington <carl@carlh.net>
Tue, 24 Nov 2009 00:45:37 +0000 (00:45 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@6164 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/location_ui.cc

index d5448e7f71d4ba240e38d4ac689182cd7e442453..911dad86cdc53cce3ccf3f9a0ee2126b7cc953a2 100644 (file)
@@ -95,6 +95,8 @@ LocationEditRow::LocationEditRow(Session * sess, Location * loc, int32_t num)
        composer_entry.set_size_request (100, -1);
        composer_entry.set_editable (true);
 
+       name_label.set_alignment (0, 0.5);
+
        cd_track_details_hbox.pack_start (isrc_label, false, false);
        cd_track_details_hbox.pack_start (isrc_entry, false, false);
        cd_track_details_hbox.pack_start (scms_check_button, false, false);
@@ -586,7 +588,7 @@ LocationEditRow::focus_name() {
 
 LocationUI::LocationUI ()
        : session (0)
-       , add_location_button (_("New Location"))
+       , add_location_button (_("New Marker"))
        , add_range_button (_("New Range"))
 {
        i_am_the_modifier = 0;