diff options
Diffstat (limited to 'chromium/components/page_info_strings.grdp')
-rw-r--r-- | chromium/components/page_info_strings.grdp | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/chromium/components/page_info_strings.grdp b/chromium/components/page_info_strings.grdp index da6609bc26d..283fe70d4f1 100644 --- a/chromium/components/page_info_strings.grdp +++ b/chromium/components/page_info_strings.grdp @@ -306,11 +306,14 @@ Augmented reality </message> <message name="IDS_PAGE_INFO_TYPE_CAMERA_PAN_TILT_ZOOM" desc="The label used for the Camera PTZ permission controls in the Page Info popup."> - Camera movement + Camera use & movement </message> <message name="IDS_PAGE_INFO_TYPE_WINDOW_PLACEMENT" desc="The label used for the Window Placement permission controls in the Page Info popup."> Window placement </message> + <message name="IDS_PAGE_INFO_TYPE_HID" desc="The label used for the HID permission controls in the Page Info popup."> + HID devices + </message> <!-- TODO(crbug.com/716303): A few permissions are missing here. --> <!-- Permission values --> @@ -404,6 +407,12 @@ <message name="IDS_PAGE_INFO_DELETE_BLUETOOTH_DEVICE" desc="The tooltip displayed when hovering over the button that will remove permission to access a Bluetooth device that the user previously granted to the site."> Revoke access </message> + <message name="IDS_PAGE_INFO_HID_DEVICE_SECONDARY_LABEL" desc="The label displayed underneath the device name to inform the user that the permission listed refers to a HID device."> + HID device + </message> + <message name="IDS_PAGE_INFO_DELETE_HID_DEVICE" desc="The tooltip displayed when hovering over the button that will remove permission to access a HID device that the user previously granted to the site."> + Revoke access + </message> <!-- Site settings link --> <message name="IDS_PAGE_INFO_SITE_SETTINGS_LINK" desc="This is the text of the link pointing to Chrome's Site Settings page. This appears at the bottom of the Permissions pane of the Page Information Window."> |