better handling of the inverse-push of solo-by-upstream. still not quite right, but...
[ardour.git] / libs / ardour / find_session.cc
index a572a9a7a390d9600d99cae2cba72a43cbeeded4..90a54b1390d3354d5156518611977ce7223a05f7 100644 (file)
@@ -104,7 +104,7 @@ ARDOUR::find_session (string str, string& path, string& snapshot, bool& isnew)
                        suffix = snapshot.find (statefile_suffix);
 
                        if (suffix == string::npos) {
-                               error << string_compose (_("%1 is not an Ardour snapshot file"), str) << endmsg;
+                               error << string_compose (_("%1 is not a snapshot file"), str) << endmsg;
                                return -1;
                        }