Skip to content

Commit

Permalink
Improve messages
Browse files Browse the repository at this point in the history
  • Loading branch information
eight04 committed Feb 16, 2024
1 parent c250cd0 commit fbde01d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/static/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"message": "Based on Linkify Plus. Turn plain text URLs into links."
},
"optionsFuzzyIpLabel": {
"message": "Match IP with only 4 digits."
"message": "Match ambiguous IP addresses."
},
"optionsIgnoreMustacheLabel": {
"message": "Ignore URLs inside mustaches e.g. {{ ... }}."
},
"optionsEmbedImageLabel": {
"message": "Embed images."
"message": "Create an image element if the URL looks like an image file."
},
"optionsEmbedImageExcludeElementLabel": {
"message": "Exclude following elements. (CSS selector)"
Expand Down Expand Up @@ -63,7 +63,7 @@
"message": "Always linkify following elements. Override above. (CSS selector)"
},
"optionsTimeoutLabel": {
"message": "Max executation time. (ms)"
"message": "Max execution time. (ms)"
},
"optionsTimeoutHelp": {
"message": "The script will terminate if it takes too long to convert the entire page."
Expand All @@ -72,7 +72,7 @@
"message": "Max script run time. (ms)"
},
"optionsMaxRunTimeHelp": {
"message": "Split the process into small chunks to avoid freezing the browser."
"message": "If the script takes too long to run, the process would be splitted into small chunks to avoid browser freeze."
},
"optionsUrlMatcherLabel": {
"message": "URL matcher"
Expand Down
1 change: 0 additions & 1 deletion src/userscript/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* global $inline */
const translate = require("../static/_locales/en/messages.json"); // default
const GM_webextPref = require("gm-webext-pref");
const prefDefault = require("../lib/pref-default");
Expand Down

0 comments on commit fbde01d

Please sign in to comment.