line-wrap fatal message (that's not done automatically)
authorRobin Gareus <robin@gareus.org>
Thu, 19 Nov 2015 16:04:02 +0000 (17:04 +0100)
committerRobin Gareus <robin@gareus.org>
Thu, 19 Nov 2015 16:04:02 +0000 (17:04 +0100)
libs/ardour/session_directory.cc

index d783ae22f2e5a742a3842eaae5572433b0a0fa61..5a32b949f99564749e3a6c47a5f2475917bf01cf 100644 (file)
@@ -150,7 +150,7 @@ SessionDirectory::sources_root () const
                }
                else if (entries.size() > 1) {
                        printf ("found %zu folderin interchange!\n", entries.size());
-                       PBD::fatal << string_compose (_("The session's interchange dir is tainted. There is more than one folder in '%1.'. Please remove extra subdirs to reduce possible file ambiguties."), sources_root_path) << endmsg;
+                       PBD::fatal << string_compose (_("The session's interchange dir is tainted.\nThere is more than one folder in '%1'.\nPlease remove extra subdirs to reduce possible filename ambiguties."), sources_root_path) << endmsg;
                        assert (0); // not reached
                }
        } catch (Glib::FileError) {