From f895605e33ed1ba3e01d384549320b5c676af0ba Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 3 Jan 2009 03:35:56 +0000 Subject: Improve GNOME HIG compliance a bit. git-svn-id: svn://localhost/ardour2/branches/3.0@4383 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/location_ui.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour/location_ui.cc') diff --git a/gtk2_ardour/location_ui.cc b/gtk2_ardour/location_ui.cc index 31ef2b7cc5..b3d2900673 100644 --- a/gtk2_ardour/location_ui.cc +++ b/gtk2_ardour/location_ui.cc @@ -659,7 +659,7 @@ LocationUI::LocationUI () loc_frame_box.pack_start (add_location_button, false, false); loc_frame.set_name ("LocationLocEditorFrame"); - loc_frame.set_label (_("Location (CD Index) Markers")); + loc_frame.set_label (_("Location (CD index) markers")); loc_frame.add (loc_frame_box); loc_range_panes.pack1(loc_frame, true, false); @@ -679,7 +679,7 @@ LocationUI::LocationUI () range_frame_box.pack_start (add_range_button, false, false); range_frame.set_name ("LocationRangeEditorFrame"); - range_frame.set_label (_("Range (CD Track) Markers")); + range_frame.set_label (_("Range (CD track) markers")); range_frame.add (range_frame_box); loc_range_panes.pack2(range_frame, true, false); location_vpacker.pack_start (loc_range_panes, true, true); -- cgit v1.2.3