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/rhythm_ferret.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gtk2_ardour/rhythm_ferret.cc') diff --git a/gtk2_ardour/rhythm_ferret.cc b/gtk2_ardour/rhythm_ferret.cc index 6c0ee05fd9..2f070f4ccd 100644 --- a/gtk2_ardour/rhythm_ferret.cc +++ b/gtk2_ardour/rhythm_ferret.cc @@ -51,9 +51,9 @@ RhythmFerret::RhythmFerret (PublicEditor& e) , selection_frame (_("Selection")) , ferret_frame (_("Analysis")) , logo (0) - , region_split_button (operation_button_group, _("Split Region")) - , tempo_button (operation_button_group, _("Set Tempo Map")) - , region_conform_button (operation_button_group, _("Conform Region")) + , region_split_button (operation_button_group, _("Split region")) + , tempo_button (operation_button_group, _("Set tempo map")) + , region_conform_button (operation_button_group, _("Conform region")) , analysis_mode_label (_("Mode")) , detection_threshold_adjustment (3, 0, 20, 1, 4) , detection_threshold_scale (detection_threshold_adjustment) -- cgit v1.2.3