Merge pull request #39 from stephen-turner/CA-99780

[CA-99780] Expand warning message before destroying a server
This commit is contained in:
Gabor Apati-Nagy 2014-04-15 16:15:17 +01:00
commit bbdb71e2c9
2 changed files with 2 additions and 2 deletions

View File

@ -6550,7 +6550,7 @@ namespace XenAdmin {
/// Looks up a localized string similar to Are you sure you want to destroy '{0}'? /// 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. ///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.. ///This action is final and unrecoverable..
/// </summary> /// </summary>

View File

@ -2389,7 +2389,7 @@ This will also delete its VMs.</value>
<value>Are you sure you want to destroy '{0}'? <value>Are you sure you want to destroy '{0}'?
You should only need to destroy a XenServer if it has physically failed. 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> This action is final and unrecoverable.</value>
</data> </data>