mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-21 07:49:32 +01:00
CA-293721: Improve host HostMaintenanceMode problem description
Signed-off-by: Ji Jiang <ji.jiang@citrix.com>
This commit is contained in:
parent
12dc85f830
commit
9e8e8237e2
4
XenModel/Messages.Designer.cs
generated
4
XenModel/Messages.Designer.cs
generated
@ -19,7 +19,7 @@ namespace XenAdmin {
|
||||
// class via a tool like ResGen or Visual Studio.
|
||||
// To add or remove a member, edit your .ResX file then rerun ResGen
|
||||
// with the /str option, or rebuild your VS project.
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
public class Messages {
|
||||
@ -34731,7 +34731,7 @@ namespace XenAdmin {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Server {0} should be put into maintenance mode when required. You must start with all servers enabled..
|
||||
/// Looks up a localized string similar to Server {0} will be put into maintenance mode when required. You must start with all servers enabled..
|
||||
/// </summary>
|
||||
public static string UPDATES_WIZARD_HOST_MAINTENANCE_MODE {
|
||||
get {
|
||||
|
@ -11982,7 +11982,7 @@ Check your settings and try again.</value>
|
||||
<value>Click here to exit maintenance mode</value>
|
||||
</data>
|
||||
<data name="UPDATES_WIZARD_HOST_MAINTENANCE_MODE" xml:space="preserve">
|
||||
<value>Server {0} should be put into maintenance mode when required. You must start with all servers enabled.</value>
|
||||
<value>Server {0} will be put into maintenance mode when required. You must start with all servers enabled.</value>
|
||||
</data>
|
||||
<data name="UPDATES_WIZARD_HOST_MAINTENANCE_MODE_TITLE" xml:space="preserve">
|
||||
<value>Server '{0}'</value>
|
||||
|
Loading…
Reference in New Issue
Block a user