From 546dbca6e18da55335a791aed046156f7330f057 Mon Sep 17 00:00:00 2001 From: Gabor Apati-Nagy Date: Wed, 8 Jun 2016 16:16:01 +0100 Subject: [PATCH] CP-17444: Show minimal hotfixes on General tab Changed heading from Recommended Updates to Required Updates following further discussions around wording Signed-off-by: Gabor Apati-Nagy --- XenAdmin/TabPages/GeneralTabPage.cs | 2 +- XenModel/FriendlyNames.Designer.cs | 6 +++--- XenModel/FriendlyNames.resx | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/XenAdmin/TabPages/GeneralTabPage.cs b/XenAdmin/TabPages/GeneralTabPage.cs index 615858a37..7cce38e55 100644 --- a/XenAdmin/TabPages/GeneralTabPage.cs +++ b/XenAdmin/TabPages/GeneralTabPage.cs @@ -679,7 +679,7 @@ namespace XenAdmin.TabPages var recommendedPatches = RecommendedPatchesForHost(host); if (!string.IsNullOrEmpty(recommendedPatches)) { - s.AddEntry(FriendlyName("Pool_patch.recommended"), recommendedPatches); + s.AddEntry(FriendlyName("Pool_patch.required-updates"), recommendedPatches); } // add supplemental packs diff --git a/XenModel/FriendlyNames.Designer.cs b/XenModel/FriendlyNames.Designer.cs index 0d4cb96f5..5ae153c35 100644 --- a/XenModel/FriendlyNames.Designer.cs +++ b/XenModel/FriendlyNames.Designer.cs @@ -2653,11 +2653,11 @@ namespace XenAdmin { } /// - /// Looks up a localized string similar to Recommended Patches. + /// Looks up a localized string similar to Required Updates. /// - public static string Label_Pool_patch_recommended { + public static string Label_Pool_patch_required_updates { get { - return ResourceManager.GetString("Label-Pool_patch.recommended", resourceCulture); + return ResourceManager.GetString("Label-Pool_patch.required-updates", resourceCulture); } } diff --git a/XenModel/FriendlyNames.resx b/XenModel/FriendlyNames.resx index e6cd8f7db..118163f3a 100644 --- a/XenModel/FriendlyNames.resx +++ b/XenModel/FriendlyNames.resx @@ -1859,7 +1859,7 @@ [Citrix] [XenServer product] Standard Edition - - Recommended Patches + + Required Updates \ No newline at end of file