Skip to content

Commit

Permalink
Add missing colons to en local (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Update authored Oct 29, 2023
1 parent ccfe711 commit dc97401
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions _locales/en_US/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@
"message": "DNS"
},
"options_dns.resolver": {
"message": "Resolver"
"message": "Resolver:"
},
"options_dns.resolver.value.1": {
"message": "JavaScript DNS library"
Expand All @@ -371,10 +371,10 @@
"message": "Get DNS servers from OS configuration"
},
"options_dns.nameserver": {
"message": "DNS servers (Syntax (EBNF): host[\":\"port]{\";\"host[\":\"port]} )"
"message": "DNS servers (Syntax (EBNF): host[\":\"port]{\";\"host[\":\"port]} ):"
},
"options_dns.timeout_connect": {
"message": "DNS connection timeout (in seconds)",
"message": "DNS connection timeout (in seconds):",
"description": "Timeout for the connection to the DNS servers (both establishing the connection and sending/receiving data)"
},
"options_dns.proxy.enable": {
Expand All @@ -390,7 +390,7 @@
"message": "Port:"
},
"options_dns.libunbound.nameserver": {
"message": "DNS servers (Syntax (EBNF): IP{\";\"IP} )"
"message": "DNS servers (Syntax (EBNF): IP{\";\"IP} ):"
},
"options_dns.libunbound.usageWarning": {
"message": "The libunbound resolver requires an externally installed library"
Expand Down Expand Up @@ -462,10 +462,10 @@
"message": "Display"
},
"options_showDKIMHeader": {
"message": "Show DKIM header"
"message": "Show DKIM header:"
},
"options_showDKIMFromTooltip": {
"message": "Show DKIM tooltip for From header"
"message": "Show DKIM tooltip for From header:"
},
"options_showDKIM.value.0": {
"message": "never"
Expand Down Expand Up @@ -526,19 +526,19 @@
"message": "Still verify the signature, if a domain is only testing DKIM"
},
"options_error.illformed_i.treatAs": {
"message": "Treat ill-formed AUID tag as"
"message": "Treat ill-formed AUID tag as:"
},
"options_error.illformed_s.treatAs": {
"message": "Treat ill-formed selector tag as"
"message": "Treat ill-formed selector tag as:"
},
"options_error.policy.key_insecure.treatAs": {
"message": "Treat DKIM key not secured by DNSSEC as"
"message": "Treat DKIM key not secured by DNSSEC as:"
},
"options_error.algorithm.sign.rsa-sha1.treatAs": {
"message": "Treat RSA-SHA1 sign algorithm as"
"message": "Treat RSA-SHA1 sign algorithm as:"
},
"options_error.algorithm.rsa.weakKeyLength.treatAs": {
"message": "Treat weak RSA keys (<2048 bits) as"
"message": "Treat weak RSA keys (<2048 bits) as:"
},
"options_error.treatAs.value.0": {
"message": "error"
Expand Down Expand Up @@ -735,7 +735,7 @@
"message": "Automatically select priority"
},
"signRules.priorityMode.manual": {
"message": "Set priority to"
"message": "Set priority to:"
},
"button.cancel": {
"message": "Cancel"
Expand Down

0 comments on commit dc97401

Please sign in to comment.