From 58c2de2d716e52f0702009b672a48740cbb2d7aa Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 23 Aug 2022 16:01:09 +0200 Subject: [PATCH] Fix typo --- libs/ardour/session_state.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc index 4abe8125ef..aef05dd8c3 100644 --- a/libs/ardour/session_state.cc +++ b/libs/ardour/session_state.cc @@ -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;