Add proper DOMRect ask texts.

For #236
This commit is contained in:
kkapsner 2018-09-09 00:16:44 +02:00
parent 1eacfe7dc5
commit 0133af70f5
1 changed files with 6 additions and 3 deletions

View File

@ -88,7 +88,8 @@
nocanvas: _("askForPermission"),
audio: _("askForAudioPermission"),
history: _("askForHistoryPermission"),
window: _("askForWindowPermission")
window: _("askForWindowPermission"),
domRect: _("askForDOMRectPermission")
},
askStatus: {
alreadyAsked: {},
@ -102,7 +103,8 @@
nocanvas: _("askForInputPermission"),
audio: _("askForAudioInputPermission"),
history: _("askForHistoryInputPermission"),
window: _("askForWindowInputPermission")
window: _("askForWindowInputPermission"),
domRect: _("askForDOMRectInputPermission")
},
askStatus: {
alreadyAsked: {},
@ -116,7 +118,8 @@
nocanvas: _("askForReadoutPermission"),
audio: _("askForAudioReadoutPermission"),
history: _("askForHistoryReadoutPermission"),
window: _("askForWindowReadoutPermission")
window: _("askForWindowReadoutPermission"),
domRect: _("askForDOMRectReadoutPermission")
},
askStatus: {
alreadyAsked: {},