mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +01:00
CP-25375: Remove double quotation marks around string USB_DEVICE_VENDOR_PRODUCT.
This commit is contained in:
parent
a9dba64c93
commit
df92e2ee9b
2
XenModel/Messages.Designer.cs
generated
2
XenModel/Messages.Designer.cs
generated
@ -35252,7 +35252,7 @@ namespace XenAdmin {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to "Vendor: {0}; Product: {1}".
|
||||
/// Looks up a localized string similar to Vendor: {0}; Product: {1}.
|
||||
/// </summary>
|
||||
public static string USB_DEVICE_VENDOR_PRODUCT {
|
||||
get {
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user