From 6ebb0359251aeb4cdcd0b774406336f5c7e573cd Mon Sep 17 00:00:00 2001 From: Benedikt Heine Date: Tue, 3 Jan 2017 20:59:46 +0100 Subject: [PATCH] improve linux terminal link error message (#2084) Improve linux terminal issues --- src/utils/Util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/Util.js b/src/utils/Util.js index 7c6d0c973..6b43931ed 100644 --- a/src/utils/Util.js +++ b/src/utils/Util.js @@ -207,7 +207,7 @@ module.exports = { dialog.showMessageBox({ type: 'warning', buttons: ['OK'], - message: 'The terminal emulator symbolic link doesn\'t exists. Please read the Wiki at https://github.com/docker/kitematic/wiki/Early-Linux-Support.' + message: 'The symbolic link /usr/bin/x-terminal-emulator does not exist. Please read the Wiki at https://github.com/docker/kitematic/wiki/Early-Linux-Support for more information.' }); return false; }