mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +01:00
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:
parent
0c13d8786d
commit
76365e9dec
2
XenModel/Messages.Designer.cs
generated
2
XenModel/Messages.Designer.cs
generated
@ -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 {
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user