CP-25375: Remove double quotation marks around string USB_DEVICE_VENDOR_PRODUCT.

This commit is contained in:
Michael Zhao 2017-11-01 15:06:35 +08:00
parent a9dba64c93
commit df92e2ee9b
2 changed files with 2 additions and 2 deletions

View File

@ -35252,7 +35252,7 @@ namespace XenAdmin {
}
/// <summary>
/// Looks up a localized string similar to &quot;Vendor: {0}; Product: {1}&quot;.
/// Looks up a localized string similar to Vendor: {0}; Product: {1}.
/// </summary>
public static string USB_DEVICE_VENDOR_PRODUCT {
get {

View File

@ -12224,7 +12224,7 @@ To learn more about the [XenServer] Dynamic Workload Balancing feature or to sta
<value>USB devices</value>
</data>
<data name="USB_DEVICE_VENDOR_PRODUCT" xml:space="preserve">
<value>"Vendor: {0}; Product: {1}"</value>
<value>Vendor: {0}; Product: {1}</value>
</data>
<data name="USB_EDIT_SUBTEXT_1_DEVICE" xml:space="preserve">
<value>1 device attached</value>