CA-293721: Improve host HostMaintenanceMode problem description

Signed-off-by: Ji Jiang <ji.jiang@citrix.com>
This commit is contained in:
Ji Jiang 2018-07-11 14:19:53 +01:00 committed by Mihaela Stoica
parent 12dc85f830
commit 9e8e8237e2
2 changed files with 3 additions and 3 deletions

View File

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

View File

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