From 4a2b27e8ab3cf1ad11171d21de1045eef70d3d1e Mon Sep 17 00:00:00 2001 From: Callum McIntyre Date: Wed, 9 Nov 2016 15:52:52 +0000 Subject: [PATCH] [CA-228729] Improve the message shown on finishing the update installation Changed the message to Delete/Deleting/Deleted update installation files, as used in other messages. --- .../Wizards/PatchingWizard/PatchingWizard.cs | 6 +-- XenModel/Messages.Designer.cs | 54 +++++++++---------- XenModel/Messages.resx | 18 +++---- 3 files changed, 39 insertions(+), 39 deletions(-) diff --git a/XenAdmin/Wizards/PatchingWizard/PatchingWizard.cs b/XenAdmin/Wizards/PatchingWizard/PatchingWizard.cs index 7203f63f3..9d57d8ce9 100644 --- a/XenAdmin/Wizards/PatchingWizard/PatchingWizard.cs +++ b/XenAdmin/Wizards/PatchingWizard/PatchingWizard.cs @@ -309,19 +309,19 @@ namespace XenAdmin.Wizards.PatchingWizard private void RemoveUnwantedPatches(List patchesToRemove) { List subActions = GetRemovePatchActions(patchesToRemove); - RunMultipleActions(Messages.CLEAN_UPDATE_FILES, Messages.CLEANING_UPDATE_FILES, Messages.CLEANED_UPDATE_FILES, subActions); + RunMultipleActions(Messages.PATCHINGWIZARD_REMOVE_UPDATES, Messages.PATCHINGWIZARD_REMOVING_UPDATES, Messages.PATCHINGWIZARD_REMOVED_UPDATES, subActions); } private void RemoveTemporaryVdis() { List subActions = GetRemoveVdiActions(); - RunMultipleActions(Messages.CLEAN_UPDATE_FILES, Messages.CLEANING_UPDATE_FILES, Messages.CLEANED_UPDATE_FILES, subActions); + RunMultipleActions(Messages.PATCHINGWIZARD_REMOVE_UPDATES, Messages.PATCHINGWIZARD_REMOVING_UPDATES, Messages.PATCHINGWIZARD_REMOVED_UPDATES, subActions); } private void CleanUpPoolUpdates() { var subActions = GetCleanUpPoolUpdateActions(); - RunMultipleActions(Messages.CLEAN_UPDATE_FILES, Messages.CLEANING_UPDATE_FILES, Messages.CLEANED_UPDATE_FILES, subActions); + RunMultipleActions(Messages.PATCHINGWIZARD_REMOVE_UPDATES, Messages.PATCHINGWIZARD_REMOVING_UPDATES, Messages.PATCHINGWIZARD_REMOVED_UPDATES, subActions); } private void RemoveDownloadedPatches() diff --git a/XenModel/Messages.Designer.cs b/XenModel/Messages.Designer.cs index 0c929ee00..00e7ee15d 100755 --- a/XenModel/Messages.Designer.cs +++ b/XenModel/Messages.Designer.cs @@ -7047,33 +7047,6 @@ namespace XenAdmin { } } - /// - /// Looks up a localized string similar to Clean Update Files. - /// - public static string CLEAN_UPDATE_FILES { - get { - return ResourceManager.GetString("CLEAN_UPDATE_FILES", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cleaned Update Files. - /// - public static string CLEANED_UPDATE_FILES { - get { - return ResourceManager.GetString("CLEANED_UPDATE_FILES", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cleaning Update Files. - /// - public static string CLEANING_UPDATE_FILES { - get { - return ResourceManager.GetString("CLEANING_UPDATE_FILES", resourceCulture); - } - } - /// /// Looks up a localized string similar to Clear Search. /// @@ -26715,6 +26688,33 @@ namespace XenAdmin { } } + /// + /// Looks up a localized string similar to Delete update installation files. + /// + public static string PATCHINGWIZARD_REMOVE_UPDATES { + get { + return ResourceManager.GetString("PATCHINGWIZARD_REMOVE_UPDATES", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Deleted update installation files. + /// + public static string PATCHINGWIZARD_REMOVED_UPDATES { + get { + return ResourceManager.GetString("PATCHINGWIZARD_REMOVED_UPDATES", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Deleting update installation files. + /// + public static string PATCHINGWIZARD_REMOVING_UPDATES { + get { + return ResourceManager.GetString("PATCHINGWIZARD_REMOVING_UPDATES", resourceCulture); + } + } + /// /// Looks up a localized string similar to Choose Update File. /// diff --git a/XenModel/Messages.resx b/XenModel/Messages.resx index cfe926aeb..905cda804 100755 --- a/XenModel/Messages.resx +++ b/XenModel/Messages.resx @@ -9966,9 +9966,6 @@ To log out of this server and log in again using a different user account, enter Removed Update '{0}' - - Cleaned Update Files - Removed from vApp @@ -10035,9 +10032,6 @@ Click Server Status Report to open the Compile Server Status Report Wizard or cl R&emove Storage Systems - - Clean Update Files - Remove Virtual Disk @@ -10065,9 +10059,6 @@ Click Server Status Report to open the Compile Server Status Report Wizard or cl Removing Update '{0}'... - - Cleaning Update Files - Removing from vApp @@ -13345,4 +13336,13 @@ You will need to navigate to the Console on each of the selected VMs to complete You are here + + Deleted update installation files + + + Delete update installation files + + + Deleting update installation files + \ No newline at end of file