From ad34eb7e0baa801b579782c8235562a1c90ca993 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 24 Jul 2016 20:30:08 +0200 Subject: fix some spelling inconsistencies. --- gtk2_ardour/strip_silence_dialog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/strip_silence_dialog.cc') diff --git a/gtk2_ardour/strip_silence_dialog.cc b/gtk2_ardour/strip_silence_dialog.cc index 87125b2298..823138eb0a 100644 --- a/gtk2_ardour/strip_silence_dialog.cc +++ b/gtk2_ardour/strip_silence_dialog.cc @@ -64,7 +64,7 @@ StripSilenceDialog::StripSilenceDialog (Session* s, list const & v) table->attach (*Gtk::manage (new Gtk::Label (_("Threshold"), 1, 0.5)), 0, 1, n, n + 1, Gtk::FILL); table->attach (_threshold, 1, 2, n, n + 1, Gtk::FILL); - table->attach (*Gtk::manage (new Gtk::Label (_("dbFS"))), 2, 3, n, n + 1, Gtk::FILL); + table->attach (*Gtk::manage (new Gtk::Label (_("dBFS"))), 2, 3, n, n + 1, Gtk::FILL); ++n; _threshold.set_digits (1); -- cgit v1.2.3