Skip to content

Commit

Permalink
Merge pull request #1 from docker/master
Browse files Browse the repository at this point in the history
improve linux terminal link error message (docker#2084)
  • Loading branch information
khadorkin committed Jan 6, 2017
2 parents 3ffb6c3 + 6ebb035 commit b2fe5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/Util.js
Expand Up @@ -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;
}
Expand Down

0 comments on commit b2fe5e0

Please sign in to comment.