Improve popup window and external link handling (#86)

This commit is contained in:
Quang Lam 2019-12-19 17:19:32 -06:00 committed by GitHub
parent cf4fa1be06
commit 916911c93b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 912 additions and 1869 deletions

View file

@ -0,0 +1,13 @@
diff --git a/node_modules/electron-spellchecker/src/context-menu-builder.js b/node_modules/electron-spellchecker/src/context-menu-builder.js
index afded5f..6d647af 100644
--- a/node_modules/electron-spellchecker/src/context-menu-builder.js
+++ b/node_modules/electron-spellchecker/src/context-menu-builder.js
@@ -8,7 +8,7 @@ let d = require('debug')('electron-spellchecker:context-menu-builder');
const contextMenuStringTable = {
copyMail: () => `Copy Email Address`,
copyLinkUrl: () => `Copy Link`,
- openLinkUrl: () => `Open Link`,
+ openLinkUrl: () => `Open Link in Browser`,
copyImageUrl: () => `Copy Image URL`,
copyImage: () => `Copy Image`,
addToDictionary: () => `Add to Dictionary`,