13
0

Consistency: replace "x-run" with "xrun" (2/2)

This commit is contained in:
Robin Gareus 2021-02-26 22:22:57 +01:00
parent ace11bd243
commit 835f30e5f5
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
2 changed files with 2 additions and 2 deletions

View File

@ -5915,7 +5915,7 @@ Editor::super_rapid_screen_update ()
}
if (err > 8192 || latent_locate) {
// in case of x-runs or freewheeling
// in case of xruns or freewheeling
_last_update_time = 0;
sample = _session->audible_sample ();
} else {

View File

@ -3432,7 +3432,7 @@ These settings will only take effect after %1 is restarted.\n\
bo = new BoolOption (
"recording-resets-xrun-count",
_("Reset x-run counter when starting to record"),
_("Reset xrun counter when starting to record"),
sigc::mem_fun (*_rc_config, &RCConfiguration::get_recording_resets_xrun_count),
sigc::mem_fun (*_rc_config, &RCConfiguration::set_recording_resets_xrun_count)
);