Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
Konstantina Chremmou 2021-09-06 15:25:50 +01:00
parent 131c810a7a
commit cacdb2ef34
4 changed files with 6 additions and 6 deletions

View File

@ -185,17 +185,17 @@ namespace XenAdmin.Controls
public event Action<XenTabPage> StatusChanged;
/// <summary>
/// Not always overriden in derived classes
/// Not always overridden in derived classes
/// </summary>
public virtual void PopulatePage() { }
/// <summary>
/// Check whether this step needs to be disabled. Not always overriden in derived classes
/// Check whether this step needs to be disabled. Not always overridden in derived classes
/// </summary>
public virtual void CheckPageDisabled() { }
/// <summary>
/// Select a control on the page. Not always overriden in derived classes
/// Select a control on the page. Not always overridden in derived classes
/// </summary>
public virtual void SelectDefaultControl() { }

View File

@ -3852,7 +3852,7 @@ namespace XenAdmin {
}
/// <summary>
/// Looks up a localized string similar to Certificate verification is enabled on the pool, but overriden on server &apos;{0}&apos;..
/// Looks up a localized string similar to Certificate verification is enabled on the pool, but overridden on server &apos;{0}&apos;..
/// </summary>
public static string Message_body_tls_verification_emergency_disabled {
get {

View File

@ -1065,7 +1065,7 @@
<value>A license for {0} could not be checked-out because the license server could not be reached at the given address and port. Please check the connection details, and verify that the license server is running.</value>
</data>
<data name="Message.body-tls_verification_emergency_disabled" xml:space="preserve">
<value>Certificate verification is enabled on the pool, but overriden on server '{0}'.</value>
<value>Certificate verification is enabled on the pool, but overridden on server '{0}'.</value>
</data>
<data name="Message.body-metadata_lun_broken" xml:space="preserve">
<value>Pool '{0}' is unable to access the HA metadata disk. Until access is restored changes to the pool metadata may be lost in the event of an HA failover.</value>

View File

@ -88,7 +88,7 @@ namespace XenOvf.Utilities
#region MISC TOOLS
/// <summary>
/// Load default namespaces required to define OVF.
/// Can be overriden in app.config: KnownNamespaces
/// Can be overridden in app.config: KnownNamespaces
/// </summary>
/// <returns>Collection: XmlSerializerNamespces</returns>
[SecurityPermission(SecurityAction.LinkDemand)]