1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-08 06:17:47 +02:00

Put RegExp in quotes

This commit is contained in:
kkapsner 2018-09-09 01:07:00 +02:00
parent 0133af70f5
commit 1a066de2fd
2 changed files with 6 additions and 6 deletions

View File

@ -351,7 +351,7 @@
"description": "" "description": ""
}, },
"inputURL": { "inputURL": {
"message": "Domain oder URL RegExp eingeben:", "message": "Domain oder URL \"RegExp\" eingeben:",
"description": "" "description": ""
}, },
@ -600,7 +600,7 @@
"description": "" "description": ""
}, },
"inputWhitelistDomain": { "inputWhitelistDomain": {
"message": "Geben Sie die URL RegExp ein, die erlaubt werden soll:", "message": "Geben Sie die URL \"RegExp\" ein, die erlaubt werden soll:",
"description": "" "description": ""
}, },
"inputWhitelistURL": { "inputWhitelistURL": {
@ -608,7 +608,7 @@
"description": "" "description": ""
}, },
"inputSessionWhitelistDomain": { "inputSessionWhitelistDomain": {
"message": "Geben Sie die URL RegExp ein, die für diese Sitzung erlaubt werden soll:", "message": "Geben Sie die URL \"RegExp\" ein, die für diese Sitzung erlaubt werden soll:",
"description": "" "description": ""
}, },
"inputSessionWhitelistURL": { "inputSessionWhitelistURL": {

View File

@ -351,7 +351,7 @@
"description": "" "description": ""
}, },
"inputURL": { "inputURL": {
"message": "Input domain or URL RegExp:", "message": "Input domain or URL \"RegExp\":",
"description": "" "description": ""
}, },
@ -599,7 +599,7 @@
"description": "" "description": ""
}, },
"inputWhitelistDomain": { "inputWhitelistDomain": {
"message": "Input URL RegExp to add to white list:", "message": "Input URL \"RegExp\" to add to white list:",
"description": "" "description": ""
}, },
"inputWhitelistURL": { "inputWhitelistURL": {
@ -607,7 +607,7 @@
"description": "" "description": ""
}, },
"inputSessionWhitelistDomain": { "inputSessionWhitelistDomain": {
"message": "Input URL RegExp to add to the session white list:", "message": "Input URL \"RegExp\" to add to the session white list:",
"description": "" "description": ""
}, },
"inputSessionWhitelistURL": { "inputSessionWhitelistURL": {