diff options
-rwxr-xr-x | Master/install-tl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/install-tl b/Master/install-tl index 2c6134c1db3..d4a4a97f29b 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -405,7 +405,7 @@ if ($opt_profile eq "") { if ($@) { tlwarn("perl/Tk unusable, cannot create main windows.\n"); if (platform() eq "universal-darwin") { - tlwarn("That could be a consequence of not having X Windows installed!\n"); + tlwarn("That could be a consequence of not having X Windows installed or started!\n"); } tlwarn("Error message from creating MainWindow:\n"); tlwarn(" $@\n"); |