mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +01:00
CA-116508: Corrected wording on tooltip indicating why HA restart priority cannot
be set to Restart. Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
parent
d6c914fac0
commit
2a20ff77d3
2
XenModel/Messages.Designer.cs
generated
2
XenModel/Messages.Designer.cs
generated
@ -22683,7 +22683,7 @@ namespace XenAdmin {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The VM is not using a shared SR. Restart cannot be guaranteed..
|
||||
/// Looks up a localized string similar to The VM is using a non-shared SR. Restart cannot be guaranteed..
|
||||
/// </summary>
|
||||
public static string NOT_AGILE_SR_NOT_SHARED {
|
||||
get {
|
||||
|
@ -7897,7 +7897,7 @@ It is strongly recommended that you Cancel and apply the latest version of the p
|
||||
<value>The VM is not using a shared network. Restart cannot be guaranteed.</value>
|
||||
</data>
|
||||
<data name="NOT_AGILE_SR_NOT_SHARED" xml:space="preserve">
|
||||
<value>The VM is not using a shared SR. Restart cannot be guaranteed.</value>
|
||||
<value>The VM is using a non-shared SR. Restart cannot be guaranteed.</value>
|
||||
</data>
|
||||
<data name="NOT_AGILE_UNKOWN" xml:space="preserve">
|
||||
<value>The VM is not agile. Restart cannot be guaranteed.</value>
|
||||
|
Loading…
Reference in New Issue
Block a user