mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 17:03:06 +01:00
Fix typo
This commit is contained in:
parent
ebe0dd389e
commit
58c2de2d71
1 changed files with 1 additions and 1 deletions
|
|
@ -1709,7 +1709,7 @@ Session::set_state (const XMLNode& node, int version)
|
|||
if (AudioEngine::instance()->running ()) {
|
||||
error << _("Session: Load aborted due to sample-rate mismatch") << endmsg;
|
||||
} else {
|
||||
error << _("Session: Load aborted since engine if offline") << endmsg;
|
||||
error << _("Session: Load aborted since engine is offline") << endmsg;
|
||||
}
|
||||
ret = -2;
|
||||
goto out;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue