Skip to content

Commit 5317694

Browse files
#3645: Fix resource string
1 parent 5f32b6d commit 5317694

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

ILSpy/Properties/Resources.Designer.cs

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ILSpy/Properties/Resources.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ Are you sure you want to continue?</value>
745745
<value>Navigation</value>
746746
</data>
747747
<data name="NavigationFailed" xml:space="preserve">
748-
<value>Navigation failed because the target is hidden or a compiler-generated class.\n
748+
<value>Navigation failed because the target is hidden or a compiler-generated class.
749749
Please disable all filters that might hide the item (i.e. activate "View &gt; Show internal types and members") and try again.</value>
750750
</data>
751751
<data name="NewList" xml:space="preserve">

ILSpy/Properties/Resources.zh-Hans.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@
692692
<value>导航</value>
693693
</data>
694694
<data name="NavigationFailed" xml:space="preserve">
695-
<value>导航失败,因为目标是隐藏的或编译器生成的类。\n
695+
<value>导航失败,因为目标是隐藏的或编译器生成的类。
696696
请禁用所有的、可能隐藏它们的筛选器(例如,启用“视图 &gt; 显示内部类型和成员”),并重试。</value>
697697
</data>
698698
<data name="NewList" xml:space="preserve">

0 commit comments

Comments
 (0)