diff options
-rw-r--r-- | webkit/tools/test_shell/test_shell_gtk.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/test_shell_gtk.cc b/webkit/tools/test_shell/test_shell_gtk.cc index cf6cc5f..95c79d2 100644 --- a/webkit/tools/test_shell/test_shell_gtk.cc +++ b/webkit/tools/test_shell/test_shell_gtk.cc @@ -263,7 +263,7 @@ void TestShell::InitializeTestShell(bool layout_test_mode) { const char* font = optional_fonts[i]; if (access(font, R_OK) < 0) { LOG(WARNING) << "You are missing " << font << ". " - << "Without this, some layout tests will fail." + << "Without this, some layout tests will fail. " << "It's not a major problem. See the build instructions " << "for more information on where to get all the data."; } else { |