From eed3e670ce2beee6d748edf711f31ac9295fbea1 Mon Sep 17 00:00:00 2001 From: kkapsner Date: Thu, 6 Sep 2018 20:23:13 +0200 Subject: [PATCH] Harmonized ask texts --- _locales/en/messages.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index a5648c1..30e0901 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -186,11 +186,11 @@ "description": "" }, "askForAudioInputPermission": { - "message": "Do you want to allow audio-API input?", + "message": "Do you want to allow audio API input?", "description": "" }, "askForAudioReadoutPermission": { - "message": "Do you want to allow audio readout?", + "message": "Do you want to allow audio API readout?", "description": "" }, "askForHistoryPermission": { @@ -198,11 +198,11 @@ "description": "" }, "askForHistoryInputPermission": { - "message": "Do you want to allow history-API input?", + "message": "Do you want to allow history API input?", "description": "" }, "askForHistoryReadoutPermission": { - "message": "Do you want to allow history readout?", + "message": "Do you want to allow history API readout?", "description": "" }, "askForWindowPermission": { @@ -210,11 +210,11 @@ "description": "" }, "askForWindowInputPermission": { - "message": "Do you want to allow window-API input?", + "message": "Do you want to allow window API input?", "description": "" }, "askForWindowReadoutPermission": { - "message": "Do you want to allow window readout?", + "message": "Do you want to allow window API readout?", "description": "" }, "askForDOMRectPermission": { @@ -222,11 +222,11 @@ "description": "" }, "askForDOMRectInputPermission": { - "message": "Do you want to allow DOMRect-API input?", + "message": "Do you want to allow DOMRect API input?", "description": "" }, "askForDOMRectReadoutPermission": { - "message": "Do you want to allow DOMRect readout?", + "message": "Do you want to allow DOMRect API readout?", "description": "" }, "askOnlyOnce_title": {