summaryrefslogtreecommitdiff
path: root/libs/ardour/session_directory.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-11-19 17:04:02 +0100
committerRobin Gareus <robin@gareus.org>2015-11-19 17:04:02 +0100
commita5b2965cf51fc7fb5b36874542da4c79ed40fb56 (patch)
treee3b1deaf6bd68361785b37465b694afaa036749c /libs/ardour/session_directory.cc
parent03518b90a2484cb4382a59588755055665b9853b (diff)
line-wrap fatal message (that's not done automatically)
Diffstat (limited to 'libs/ardour/session_directory.cc')
-rw-r--r--libs/ardour/session_directory.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/session_directory.cc b/libs/ardour/session_directory.cc
index d783ae22f2..5a32b949f9 100644
--- a/libs/ardour/session_directory.cc
+++ b/libs/ardour/session_directory.cc
@@ -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) {