mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-23 20:36:33 +01:00
Merge pull request #39 from stephen-turner/CA-99780
[CA-99780] Expand warning message before destroying a server
This commit is contained in:
commit
bbdb71e2c9
2
XenModel/Messages.Designer.cs
generated
2
XenModel/Messages.Designer.cs
generated
@ -6550,7 +6550,7 @@ namespace XenAdmin {
|
||||
/// Looks up a localized string similar to Are you sure you want to destroy '{0}'?
|
||||
///
|
||||
///You should only need to destroy a XenServer if it has physically failed.
|
||||
///Destroying this server will permanently remove it from the pool along with its local SRs, DVD drives and removable storage.
|
||||
///Destroying this server will permanently remove it from the pool along with its local SRs, DVD drives and removable storage. The server will need to be reinstalled before it can be used again.
|
||||
///
|
||||
///This action is final and unrecoverable..
|
||||
/// </summary>
|
||||
|
@ -2389,7 +2389,7 @@ This will also delete its VMs.</value>
|
||||
<value>Are you sure you want to destroy '{0}'?
|
||||
|
||||
You should only need to destroy a XenServer if it has physically failed.
|
||||
Destroying this server will permanently remove it from the pool along with its local SRs, DVD drives and removable storage.
|
||||
Destroying this server will permanently remove it from the pool along with its local SRs, DVD drives and removable storage. The server will need to be reinstalled before it can be used again.
|
||||
|
||||
This action is final and unrecoverable.</value>
|
||||
</data>
|
||||
|
Loading…
Reference in New Issue
Block a user