--- brewtarget-1.2.5/src/brewtarget.cpp.orig 2012-11-12 23:00:51.379511289 -0700 +++ brewtarget-1.2.5/src/brewtarget.cpp 2012-11-12 23:01:45.379472819 -0700 @@ -112,8 +112,8 @@ { QMessageBox::information(0, QObject::tr("Directory Problem"), - QObject::tr("\"%1\" cannot be read.").arg(dir.path())); - return false; + QObject::tr("\"%1\" cannot be read. Manual will not be available.").arg(dir.path())); + return true; } dir.setPath(getConfigDir(&success));