X-Git-Url: https://main.carlh.net/gitweb/?p=ardour.git;a=blobdiff_plain;f=gtk2_ardour%2Frc_option_editor.cc;h=a37ac89703b4f31ce01b9061e6cb403404a0f2f8;hp=da0175893f2a3111c043a23b7ccb261a2a6b3fe6;hb=ad34eb7e0baa801b579782c8235562a1c90ca993;hpb=23a2cc4b71845a61dcc01f5663dacd74f198f0c3 diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index da0175893f..a37ac89703 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -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);