Switch to side-by-side view

--- a/src/common/rclconfig.cpp
+++ b/src/common/rclconfig.cpp
@@ -140,7 +140,7 @@
 	// creating indexes all over the place
 	string conffile = path_cat(m_confdir, "recoll.conf");
 	if (access(conffile.c_str(), 0) < 0) {
-	    m_reason = "Explicitly specified configuration must exist"
+	    m_reason = "Explicitly specified configuration directory must exist"
 		" (won't be automatically created)";
 	    return;
 	}