CA-217821: Renaming home server to target server in VM migration wizard

We already renamed the column to target server, this changes the message in the case where the user doesn't choose a server on this page to also use target server.

Signed-off-by: Callum McIntyre <callumiandavid.mcintyre@citrix.com>
This commit is contained in:
Callum McIntyre 2016-09-19 17:00:02 +01:00
parent a41c76a0ba
commit 0c5eaef042
3 changed files with 6 additions and 6 deletions

View File

@ -87,7 +87,7 @@ namespace XenAdmin.Wizards.GenericPages
public override string ToString()
{
return Messages.DONT_ASSIGN_HOME_SERVER;
return Messages.DONT_SELECT_TARGET_SERVER;
}
}
}

View File

@ -11447,11 +11447,11 @@ namespace XenAdmin {
}
/// <summary>
/// Looks up a localized string similar to Don&apos;t assign a home server.
/// Looks up a localized string similar to Don&apos;t select a target server.
/// </summary>
public static string DONT_ASSIGN_HOME_SERVER {
public static string DONT_SELECT_TARGET_SERVER {
get {
return ResourceManager.GetString("DONT_ASSIGN_HOME_SERVER", resourceCulture);
return ResourceManager.GetString("DONT_SELECT_TARGET_SERVER", resourceCulture);
}
}

View File

@ -4077,8 +4077,8 @@ This will also delete its subfolders.</value>
<data name="DONE" xml:space="preserve">
<value>done.</value>
</data>
<data name="DONT_ASSIGN_HOME_SERVER" xml:space="preserve">
<value>Don't assign a home server</value>
<data name="DONT_SELECT_TARGET_SERVER" xml:space="preserve">
<value>Don't select a target server</value>
</data>
<data name="DOWLOAD_LATEST_XS_TITLE" xml:space="preserve">
<value>{0} is now available</value>