string fix up, II
[ardour.git] / libs / ardour / file_source.cc
index 79a6e354f46e16c1a23fd616ce68e6effa0bf9ab..288a4b7034aa9284f8f2187fb7115c5277849164 100644 (file)
@@ -436,7 +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)"), pathstr) << endmsg;
                                goto out;
                        } else {
                                isnew = true;