CA-286093: Refine VIF hotplug error message

VIF hotplug actully needs a shutdown and restart to take effect. Change the error message.

Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
This commit is contained in:
Cheng Zhang 2018-03-16 13:42:09 +08:00 committed by Mihaela Stoica
parent 0c13d8786d
commit 76365e9dec
3 changed files with 3 additions and 3 deletions

View File

@ -35866,7 +35866,7 @@ namespace XenAdmin {
}
/// <summary>
/// Looks up a localized string similar to The virtual network device changes will take effect when you next restart the VM..
/// Looks up a localized string similar to The virtual network device changes will take effect when you shutdown and then restart the VM.
/// </summary>
public static string VIF_HOTPLUG_FAILED_MESSAGE {
get {

View File

@ -12403,7 +12403,7 @@ To start a [XenServer] trial, click the button below.</value>
<value>View snapshot schedules</value>
</data>
<data name="VIF_HOTPLUG_FAILED_MESSAGE" xml:space="preserve">
<value>The virtual network device changes will take effect when you next restart the VM.</value>
<value>The virtual network device changes will take effect when you shutdown and then restart the VM.</value>
</data>
<data name="VIF_HOTPLUG_FAILED_TITLE" xml:space="preserve">
<value>Virtual Network Device Changes</value>

View File

@ -12365,7 +12365,7 @@ VM 克隆使用文件管理器的快照和克隆功能来实现高性能,并
<value>查看快照计划</value>
</data>
<data name="VIF_HOTPLUG_FAILED_MESSAGE" xml:space="preserve">
<value>虚拟网络设备更改将在下次重新启动 VM 时生效。</value>
<value>虚拟网络设备更改将在关闭后重新启动 VM 时生效。</value>
</data>
<data name="VIF_HOTPLUG_FAILED_TITLE" xml:space="preserve">
<value>虚拟网络设备更改</value>