summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rhythm_ferret.cc
diff options
context:
space:
mode:
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)