Browse Source

Fix typo

pull/2335/head
MikeFH 4 years ago
parent
commit
7eb55e3a82
  1. 2
      ILSpy/Properties/Resources.Designer.cs
  2. 2
      ILSpy/Properties/Resources.resx

2
ILSpy/Properties/Resources.Designer.cs generated

@ -1587,7 +1587,7 @@ namespace ICSharpCode.ILSpy.Properties {
} }
/// <summary> /// <summary>
/// Looks up a localized string similar to Hightlight current line. /// Looks up a localized string similar to Highlight current line.
/// </summary> /// </summary>
public static string HighlightCurrentLine { public static string HighlightCurrentLine {
get { get {

2
ILSpy/Properties/Resources.resx

@ -556,7 +556,7 @@ Are you sure you want to continue?</value>
<value>Hide empty metadata tables from tree view</value> <value>Hide empty metadata tables from tree view</value>
</data> </data>
<data name="HighlightCurrentLine" xml:space="preserve"> <data name="HighlightCurrentLine" xml:space="preserve">
<value>Hightlight current line</value> <value>Highlight current line</value>
</data> </data>
<data name="HighlightMatchingBraces" xml:space="preserve"> <data name="HighlightMatchingBraces" xml:space="preserve">
<value>Highlight matching braces</value> <value>Highlight matching braces</value>

Loading…
Cancel
Save