summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rhythm_ferret.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/rhythm_ferret.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/rhythm_ferret.cc')
-rw-r--r--gtk2_ardour/rhythm_ferret.cc6
1 files changed, 3 insertions, 3 deletions
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)