From 587c2b5f5d7950b3aab97b3635998a50aa69d440 Mon Sep 17 00:00:00 2001 From: Gabor Apati-Nagy Date: Wed, 22 Jun 2016 14:43:22 +0100 Subject: [PATCH] CA-214077: Typo in Messages.resx Signed-off-by: Gabor Apati-Nagy --- .../PatchingWizard_AutoUpdatingPage.cs | 2 +- XenModel/Messages.Designer.cs | 12 ++++++------ XenModel/Messages.resx | 8 ++++---- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/XenAdmin/Wizards/PatchingWizard/PatchingWizard_AutoUpdatingPage.cs b/XenAdmin/Wizards/PatchingWizard/PatchingWizard_AutoUpdatingPage.cs index 30a379b92..c6e17f1ef 100644 --- a/XenAdmin/Wizards/PatchingWizard/PatchingWizard_AutoUpdatingPage.cs +++ b/XenAdmin/Wizards/PatchingWizard/PatchingWizard_AutoUpdatingPage.cs @@ -499,7 +499,7 @@ namespace XenAdmin.Wizards.PatchingWizard var sb = new StringBuilder(); sb.AppendLine(); - sb.AppendLine(errorActions.Count > 1 ? Messages.PATCHINGWIZARD_AUTOUPDATINGPAGE_ERRORS_OCCURED : Messages.PATCHINGWIZARD_AUTOUPDATINGPAGE_ERROR_OCCURED); + sb.AppendLine(errorActions.Count > 1 ? Messages.PATCHINGWIZARD_AUTOUPDATINGPAGE_ERRORS_OCCURRED : Messages.PATCHINGWIZARD_AUTOUPDATINGPAGE_ERROR_OCCURRED); foreach (var action in errorActions) { diff --git a/XenModel/Messages.Designer.cs b/XenModel/Messages.Designer.cs index c4f9b9a07..78728a6d1 100755 --- a/XenModel/Messages.Designer.cs +++ b/XenModel/Messages.Designer.cs @@ -25613,20 +25613,20 @@ namespace XenAdmin { } /// - /// Looks up a localized string similar to Following error occured while automatic upgrade was in progress: . + /// Looks up a localized string similar to Following error occurred while automatic upgrade was in progress: . /// - public static string PATCHINGWIZARD_AUTOUPDATINGPAGE_ERROR_OCCURED { + public static string PATCHINGWIZARD_AUTOUPDATINGPAGE_ERROR_OCCURRED { get { - return ResourceManager.GetString("PATCHINGWIZARD_AUTOUPDATINGPAGE_ERROR_OCCURED", resourceCulture); + return ResourceManager.GetString("PATCHINGWIZARD_AUTOUPDATINGPAGE_ERROR_OCCURRED", resourceCulture); } } /// - /// Looks up a localized string similar to Following errors occured while automatic upgrade was in progress:. + /// Looks up a localized string similar to Following errors occurred while automatic upgrade was in progress:. /// - public static string PATCHINGWIZARD_AUTOUPDATINGPAGE_ERRORS_OCCURED { + public static string PATCHINGWIZARD_AUTOUPDATINGPAGE_ERRORS_OCCURRED { get { - return ResourceManager.GetString("PATCHINGWIZARD_AUTOUPDATINGPAGE_ERRORS_OCCURED", resourceCulture); + return ResourceManager.GetString("PATCHINGWIZARD_AUTOUPDATINGPAGE_ERRORS_OCCURRED", resourceCulture); } } diff --git a/XenModel/Messages.resx b/XenModel/Messages.resx index 7e91073cc..5a07eb289 100755 --- a/XenModel/Messages.resx +++ b/XenModel/Messages.resx @@ -8859,11 +8859,11 @@ However, there is not enough space to perform the repartitioning, so the current Update process was not completed successfully. - - Following errors occured while automatic upgrade was in progress: + + Following errors occurred while automatic upgrade was in progress: - - Following error occured while automatic upgrade was in progress: + + Following error occurred while automatic upgrade was in progress: Update was not completed successfully