fix some spelling inconsistencies.
authorRobin Gareus <robin@gareus.org>
Sun, 24 Jul 2016 18:30:08 +0000 (20:30 +0200)
committerRobin Gareus <robin@gareus.org>
Sun, 24 Jul 2016 18:30:23 +0000 (20:30 +0200)
gtk2_ardour/normalize_dialog.cc
gtk2_ardour/rc_option_editor.cc
gtk2_ardour/strip_silence_dialog.cc

index 0ebab122f78bb199a59d4c89d657b92e10972339..85b7b0bc29d010dfdf38a4b9859cee0eb443c3e1 100644 (file)
@@ -46,7 +46,7 @@ NormalizeDialog::NormalizeDialog (bool more_than_one)
        _spin->set_value (_last_normalization_value);
        _spin->set_activates_default ();
        hbox->pack_start (*_spin, false, false);
-       hbox->pack_start (*manage (new Label (_("dbFS"))), false, false);
+       hbox->pack_start (*manage (new Label (_("dBFS"))), false, false);
        get_vbox()->pack_start (*hbox);
 
        if (more_than_one) {
index da0175893f2a3111c043a23b7ccb261a2a6b3fe6..a37ac89703b4f31ce01b9061e6cb403404a0f2f8 100644 (file)
@@ -2192,7 +2192,7 @@ RCOptionEditor::RCOptionEditor ()
 
        Gtkmm2ext::UI::instance()->set_tip
                (_ltc_volume_slider->tip_widget(),
-                _("Specify the Peak Volume of the generated LTC signal in dbFS. A good value is  0dBu ^= -18dbFS in an EBU calibrated system"));
+                _("Specify the Peak Volume of the generated LTC signal in dBFS. A good value is  0dBu ^= -18dBFS in an EBU calibrated system"));
 
        add_option (_("Transport/Sync"), _ltc_volume_slider);
 
@@ -3310,7 +3310,7 @@ if (!ARDOUR::Profile->get_mixbus()) {
 
        Gtkmm2ext::UI::instance()->set_tip
                (mpks->tip_widget(),
-                _("Specify the audio signal level in dbFS at and above which the meter-peak indicator will flash red."));
+                _("Specify the audio signal level in dBFS at and above which the meter-peak indicator will flash red."));
 
        add_option (S_("Preferences|Metering"), mpks);
 
index 87125b2298b87cc0e18141ed9d1c12b53fceb32a..823138eb0a0d5f33740bf23826d82b17cd032001 100644 (file)
@@ -64,7 +64,7 @@ StripSilenceDialog::StripSilenceDialog (Session* s, list<RegionView*> 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);