mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-24 22:06:59 +01:00
CP-34231: Amend negative language in bond deletion messages
Wording is slightly incorrect Signed-off-by: Danilo Del Busso <Danilo.Del.Busso@citrix.com>
This commit is contained in:
parent
ab53f3c9d3
commit
cf28746075
4
XenModel/Messages.Designer.cs
generated
4
XenModel/Messages.Designer.cs
generated
@ -6151,7 +6151,7 @@ namespace XenAdmin {
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to {0}
|
||||
///
|
||||
///Deleting this bond will automatically transfer the management interface on the bond to the first other member of the bond:
|
||||
///Deleting this bond will automatically transfer the management interface on the bond to the first of the bonded members:
|
||||
///
|
||||
///- {1} connections to the pool will temporarily be disturbed
|
||||
///
|
||||
@ -6166,7 +6166,7 @@ namespace XenAdmin {
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to {0}
|
||||
///
|
||||
///Deleting this bond will disrupt traffic through the secondary interface on the bond while the interface is moved to the first other member of the bond..
|
||||
///Deleting this bond will disrupt traffic through the secondary interface on the bond while the interface is moved to the first of the bonded members..
|
||||
/// </summary>
|
||||
public static string BOND_DELETE_WILL_DISTURB_SECONDARY {
|
||||
get {
|
||||
|
@ -2242,7 +2242,7 @@ Deleting this bond will automatically transfer the management and secondary inte
|
||||
<data name="BOND_DELETE_WILL_DISTURB_PRIMARY" xml:space="preserve">
|
||||
<value>{0}
|
||||
|
||||
Deleting this bond will automatically transfer the management interface on the bond to the first other member of the bond:
|
||||
Deleting this bond will automatically transfer the management interface on the bond to the first of the bonded members:
|
||||
|
||||
- {1} connections to the pool will temporarily be disturbed
|
||||
|
||||
@ -2251,7 +2251,7 @@ Deleting this bond will automatically transfer the management interface on the b
|
||||
<data name="BOND_DELETE_WILL_DISTURB_SECONDARY" xml:space="preserve">
|
||||
<value>{0}
|
||||
|
||||
Deleting this bond will disrupt traffic through the secondary interface on the bond while the interface is moved to the first other member of the bond.</value>
|
||||
Deleting this bond will disrupt traffic through the secondary interface on the bond while the interface is moved to the first of the bonded members.</value>
|
||||
</data>
|
||||
<data name="BOND_GONE" xml:space="preserve">
|
||||
<value>Could not find the bond in {0}'s cache.</value>
|
||||
|
Loading…
Reference in New Issue
Block a user