Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(188)

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 336313009: Showing devices transport method in one device (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed HID from the list and ensured consistency with other strings. Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 2f6ddb5843e8c133c4b9df6069c9c1e4d7511a8f..e828fc75a34ef345df843a39b4c9cdc86d679728 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -4363,7 +4363,19 @@ Make sure you do not expose any sensitive information.
Read the list of your signed-in devices
</message>
<message name="IDS_EXTENSION_PROMPT_WARNING_HID" desc="Permission string for access to HID devices.">
- Access input devices over USB and Bluetooth
+ Access your input devices such as keyboard and mouse
+ </message>
+ <message name="IDS_EXTENSION_PROMPT_WARNING_USB_BLUETOOTH" desc="Permission string for access to USB and Bluetooth devices.">
+ Access your USB and Bluetooth device(s)
+ </message>
+ <message name="IDS_EXTENSION_PROMPT_WARNING_USB_SERIAL" desc="Permission string for access to USB and serial connected devices.">
+ Access your USB and Serial device(s)
+ </message>
+ <message name="IDS_EXTENSION_PROMPT_WARNING_BLUETOOTH_SERIAL" desc="Permission string for access to Bluetooth and serial connected devices.">
+ Access your Bluetooth and Serial device(s)
+ </message>
+ <message name="IDS_EXTENSION_PROMPT_WARNING_ALL_DEVICES" desc="Permission string for access all user's connected devices.">
+ Access all your hardware devices
</message>
<message name="IDS_EXTENSION_PROMPT_WARNING_BLUETOOTH" desc="Permission string for general access to the Bluetooth API.">
Access information about Bluetooth devices paired with your system and discover nearby Bluetooth devices.
@@ -4405,7 +4417,7 @@ Make sure you do not expose any sensitive information.
Read and delete photos, music, and other media from your computer
</message>
<message name="IDS_EXTENSION_PROMPT_WARNING_SERIAL" desc="Permission string for access to serial devices.">
- Use serial devices attached to your computer
+ Access your serial device(s)
</message>
<message name="IDS_EXTENSION_PROMPT_WARNING_SYNCFILESYSTEM" desc="Permission string for synchronizing files to the user's Google Drive">
Store data in your Google Drive account

Powered by Google App Engine
This is Rietveld 408576698