remove erroneous ` in string

This commit is contained in:
Paul Davis
2013-10-12 09:59:33 -04:00
parent 33f211d999
commit b688dc802f

View File

@@ -435,7 +435,7 @@ ARDOUR_UI::engine_halted (const char* reason, bool free_reason)
msgstr = string_compose (_("The audio backend was shutdown because:\n\n%1"), reason);
} else {
msgstr = string_compose (_("\
`The audio backend has either been shutdown or it\n\
The audio backend has either been shutdown or it\n\
disconnected %1 because %1\n\
was not fast enough. Try to restart\n\
the audio backend and save the session."), PROGRAM_NAME);