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:
Danilo Del Busso 2021-09-27 13:53:42 +01:00 committed by Konstantina Chremmou
parent ab53f3c9d3
commit cf28746075
2 changed files with 4 additions and 4 deletions

View File

@ -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 {

View File

@ -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>