From dc85f65efaebd8047a37e89720f10f739fe48840 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 13 Aug 2025 11:15:39 -0600 Subject: [PATCH] it might be a minim to you, but it's a half note to me --- gtk2_ardour/tempo_dialog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/tempo_dialog.cc b/gtk2_ardour/tempo_dialog.cc index 4fe8270674..6eb8dea7ee 100644 --- a/gtk2_ardour/tempo_dialog.cc +++ b/gtk2_ardour/tempo_dialog.cc @@ -112,7 +112,7 @@ TempoDialog::init (const Temporal::BBT_Time& when, double bpm, double end_bpm, d note_types.insert (make_pair (_("whole"), 1)); strings.push_back (_("whole")); note_types.insert (make_pair (_("second"), 2)); - strings.push_back (_("second")); + strings.push_back (_("half")); note_types.insert (make_pair (_("third"), 3)); strings.push_back (_("third")); note_types.insert (make_pair (_("quarter"), 4));