diff --git a/ILSpy.ReadyToRun/Properties/Resources.Designer.cs b/ILSpy.ReadyToRun/Properties/Resources.Designer.cs
index 5d4bb0f36..2b8162693 100644
--- a/ILSpy.ReadyToRun/Properties/Resources.Designer.cs
+++ b/ILSpy.ReadyToRun/Properties/Resources.Designer.cs
@@ -90,9 +90,9 @@ namespace ILSpy.ReadyToRun.Properties {
///
/// Looks up a localized string similar to Show Unwind Info.
///
- public static string ShowUnwindInfo {
+ public static string ShowStackUnwindInfo {
get {
- return ResourceManager.GetString("ShowUnwindInfo", resourceCulture);
+ return ResourceManager.GetString("ShowStackUnwindInfo", resourceCulture);
}
}
diff --git a/ILSpy.ReadyToRun/Properties/Resources.resx b/ILSpy.ReadyToRun/Properties/Resources.resx
index 499c47add..bd77f2bf6 100644
--- a/ILSpy.ReadyToRun/Properties/Resources.resx
+++ b/ILSpy.ReadyToRun/Properties/Resources.resx
@@ -126,10 +126,10 @@
Show Debug Info
-
- Show Unwind Info
-
Show GC Info
+
+ Show Stack Unwind Info
+
\ No newline at end of file
diff --git a/ILSpy.ReadyToRun/Properties/Resources.zh-Hans.resx b/ILSpy.ReadyToRun/Properties/Resources.zh-Hans.resx
index 9e59d7bc2..57523b138 100644
--- a/ILSpy.ReadyToRun/Properties/Resources.zh-Hans.resx
+++ b/ILSpy.ReadyToRun/Properties/Resources.zh-Hans.resx
@@ -126,10 +126,10 @@
显示调试信息
-
- 显示展开信息
-
- ?
+ 显示垃圾回收信息
+
+
+ 显示堆栈展开信息
\ No newline at end of file
diff --git a/ILSpy.ReadyToRun/ReadyToRunOptionPage.xaml b/ILSpy.ReadyToRun/ReadyToRunOptionPage.xaml
index 609000137..137e0a6a1 100644
--- a/ILSpy.ReadyToRun/ReadyToRunOptionPage.xaml
+++ b/ILSpy.ReadyToRun/ReadyToRunOptionPage.xaml
@@ -15,7 +15,7 @@
-
+