Index: extensions/extensions_strings.grd |
diff --git a/extensions/extensions_strings.grd b/extensions/extensions_strings.grd |
index b91c5f697c4a022ccc14bf177bbb2dda645264b2..79010082428ec75da0e597054221781c4aa779bc 100644 |
--- a/extensions/extensions_strings.grd |
+++ b/extensions/extensions_strings.grd |
@@ -341,11 +341,9 @@ |
<message name="IDS_DEVICE_PERMISSIONS_DEVICE_NAME" desc="String describing a device in a list of devices."> |
<ph name="PRODUCT_NAME">$1<ex>SoundKnob</ex></ph> from <ph name="VENDOR_NAME">$2<ex>Griffin Technology</ex></ph> |
</message> |
- <message name="IDS_USB_DEVICE_PERMISSIONS_PROMPT_TITLE_SINGLE" desc="Title of the USB device selection dialog when the app wants only one device selected."> |
- Select a USB device |
- </message> |
- <message name="IDS_USB_DEVICE_PERMISSIONS_PROMPT_TITLE_MULTIPLE" desc="Title of the USB device selection dialog when the app will accept one or more selected devices."> |
- Select USB devices |
+ <message name="IDS_USB_DEVICE_PERMISSIONS_PROMPT_TITLE" desc="Title of the USB device selection dialog when the app will accept one or more selected devices. If a langugage has a generic plural (larger than one), use that for all sub-messages other than '=1'. [ICU Syntax]"> |
+ {NUM_DEVICE, plural, |
+ =1 {Select a USB device} other {Select USB devices}} |
</message> |
<message name="IDS_DEVICE_PERMISSIONS_PROMPT_SINGLE" desc="Instructions asking the user to select one device for use with an app."> |
The application "<ph name="APP_NAME">$1<ex>Chrome Dev Editor</ex></ph>" is requesting access to one of your devices. |