string fix up
authorPaul Davis <paul@linuxaudiosystems.com>
Mon, 10 Feb 2014 16:47:04 +0000 (11:47 -0500)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 10 Feb 2014 16:47:04 +0000 (11:47 -0500)
libs/ardour/file_source.cc

index 39b6688113ec5d8a4f3e902d12b36410659bb0b3..79a6e354f46e16c1a23fd616ce68e6effa0bf9ab 100644 (file)
@@ -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;