Added some newlines to the LANG error.

This commit is contained in:
Casey Langen 2018-12-23 14:37:46 -08:00
parent 8fca39055e
commit 4a5409bfcd

View File

@ -285,8 +285,8 @@ void App::Run(ILayoutPtr layout) {
}
#else
if (!isLangUtf8()) {
std::cout << "This application requires a UTF-8 compatible LANG environment "
"variable to be set in the controlling terminal. Exiting.";
std::cout << "\n\nThis application requires a UTF-8 compatible LANG environment "
"variable to be set in the controlling terminal. Exiting.\n\n\n";
return;
}
#endif