Browse Source

Resources: fix typo in histogram exception message.

pull/163/head
Christoph Ruegg 13 years ago
parent
commit
e098656b08
  1. 2
      src/Numerics/Properties/Resources.Designer.cs
  2. 2
      src/Numerics/Properties/Resources.resx

2
src/Numerics/Properties/Resources.Designer.cs

@ -115,7 +115,7 @@ namespace MathNet.Numerics.Properties {
}
/// <summary>
/// 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..
/// </summary>
public static string ArgumentHistogramContainsNot {
get {

2
src/Numerics/Properties/Resources.resx

@ -118,7 +118,7 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="ArgumentHistogramContainsNot" xml:space="preserve">
<value>The histogram does not contains the value.</value>
<value>The histogram does not contain the value.</value>
</data>
<data name="ArgumentInIntervalXYInclusive" xml:space="preserve">
<value>Value is expected to be between {0} and {1} (including {0} and {1}).</value>

Loading…
Cancel
Save