Fix typographical errors

This commit is contained in:
Olivier Humbert 2020-09-13 14:30:12 +02:00 committed by Robin Gareus
parent c01b7b7842
commit 704048940e
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
2 changed files with 3 additions and 3 deletions

View File

@ -239,10 +239,10 @@ LoudnessDialog::LoudnessDialog (Session* s, AudioRange const& ar, bool as)
set_tooltip (_custom_pos_button,
_("<b>When enabled</b> an amplifier processor is used to apply the gain. "
"This allows for custom positoning of the gain-stage in the master-bus' signal flow, "
"This allows for custom positioning of the gain-stage in the master-bus' signal flow, "
"potentially followed by a limiter to conform to both loudness and peak requirements. "
"Depending on limiter settings or DSP after the gain-stage, repeat loudness measurements may produce different results.\n"
"<b>When disabled</b>, the gain is applied diretcly to the output of the master-bus. This results in an efficient and reliable volume adjustment."
"<b>When disabled</b>, the gain is applied directly to the output of the master-bus. This results in an efficient and reliable volume adjustment."
));
_dbfs_label.set_alignment (ALIGN_RIGHT);

View File

@ -509,7 +509,7 @@ VirtualKeyboardWindow::pitch_bend_update_tooltip (int value)
_pitch_slider_tooltip->set_tip (string_compose (
_("Pitchbend: %1\n"
"Use mouse-drag for sprung mode,\n"
"mouse-wheel for presisent bends.\n"
"mouse-wheel for persistent bends.\n"
"F1-F4 and arrow-up/down keys jump\n"
"to select values."), value));
}