From e098656b080d8c359baae0703b5ac1ff01df4fb6 Mon Sep 17 00:00:00 2001 From: Christoph Ruegg Date: Mon, 23 Sep 2013 22:17:17 +0200 Subject: [PATCH] Resources: fix typo in histogram exception message. --- src/Numerics/Properties/Resources.Designer.cs | 2 +- src/Numerics/Properties/Resources.resx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Numerics/Properties/Resources.Designer.cs b/src/Numerics/Properties/Resources.Designer.cs index 1ba3e5ab..663ed3fb 100644 --- a/src/Numerics/Properties/Resources.Designer.cs +++ b/src/Numerics/Properties/Resources.Designer.cs @@ -115,7 +115,7 @@ namespace MathNet.Numerics.Properties { } /// - /// Looks up a localized string similar to The histogram does not contains the value.. + /// Looks up a localized string similar to The histogram does not contain the value.. /// public static string ArgumentHistogramContainsNot { get { diff --git a/src/Numerics/Properties/Resources.resx b/src/Numerics/Properties/Resources.resx index 8f8c7995..a4040582 100644 --- a/src/Numerics/Properties/Resources.resx +++ b/src/Numerics/Properties/Resources.resx @@ -118,7 +118,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - The histogram does not contains the value. + The histogram does not contain the value. Value is expected to be between {0} and {1} (including {0} and {1}).