Chromium Code Reviews| Index: components/webusb_strings.grdp |
| diff --git a/components/webusb_strings.grdp b/components/webusb_strings.grdp |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..2632b3c0e032d3901f2b7a68db7ea2500515f008 |
| --- /dev/null |
| +++ b/components/webusb_strings.grdp |
| @@ -0,0 +1,12 @@ |
| +<?xml version="1.0" encoding="utf-8"?> |
| +<grit-part> |
| + |
| + <!-- WebUsb Notification --> |
| + <message name="IDS_WEBUSB_DEVICE_DETECTED_NOTIFICATION" desc="Content for notification shown to the user when a USB device gets plugged in."> |
| + Click here to visit this page |
| + </message> |
| + <message name="IDS_WEBUSB_DEVICE_DETECTED_NOTIFICATION_TITLE" desc="Title for notification shown to the user when a USB device gets plugged in."> |
| + <ph name="VENDOR_NAME">$1</ph> |
|
Reilly Grant (use Gerrit)
2015/08/20 17:02:45
VENDOR_NAME -> PRODUCT_NAME
juncai
2015/08/21 05:16:04
Done.
|
| + </message> |
| + |
| +</grit-part> |