summaryrefslogtreecommitdiff
path: root/gtk2_ardour/location_ui.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-01-03 03:35:56 +0000
committerCarl Hetherington <carl@carlh.net>2009-01-03 03:35:56 +0000
commitf895605e33ed1ba3e01d384549320b5c676af0ba (patch)
tree1a89ee6ac3ab85d21e5e4453b88ecf47ab6d86bb /gtk2_ardour/location_ui.cc
parent9b8b2d61aac0541d4bf40e32715c051d5ac98f3f (diff)
Improve GNOME HIG compliance a bit.
git-svn-id: svn://localhost/ardour2/branches/3.0@4383 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/location_ui.cc')
-rw-r--r--gtk2_ardour/location_ui.cc4
1 files changed, 2 insertions, 2 deletions
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);