mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
string fix up
This commit is contained in:
parent
a0abf608d6
commit
456fb789d3
1 changed files with 1 additions and 2 deletions
|
|
@ -436,8 +436,7 @@ FileSource::find_2X (Session& s, DataType type, const string& path, bool must_ex
|
|||
|
||||
if (must_exist) {
|
||||
error << string_compose(
|
||||
_("Filesource: cannot find required file (%1): while searching")
|
||||
, pathstr) << endmsg;
|
||||
_("Filesource: cannot find required file (%1) while searching"), pathstr) << endmsg;
|
||||
goto out;
|
||||
} else {
|
||||
isnew = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue