Skip to content

Commit 261df5f

Browse files
committed
Make the setting name more specific.
1 parent 481480a commit 261df5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

UndertaleModTool/Windows/SettingsWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<TextBlock Grid.Row="5" Grid.Column="2" Margin="25 2 2 2" Text="Show &quot;Run game under GMS debugger&quot; file option" ToolTip="Whether to show the option in the &quot;File&quot; menu. Disabled by default."/>
6262

6363
<CheckBox Grid.Row="6" Grid.Column="0" Margin="3" Content="" IsChecked="{Binding OpenDisassemblyByDefault}"/>
64-
<TextBlock Grid.Row="6" Grid.Column="0" Margin="25 2 2 2" Text="Open the &quot;Disassembly&quot; tab by default" ToolTip="Whether to open the &quot;Disassembly&quot; tab in the code editor by default. Disabled by default."/>
64+
<TextBlock Grid.Row="6" Grid.Column="0" Margin="25 2 2 2" Text="Open the &quot;Disassembly&quot; code editor tab by default" ToolTip="Whether to open the &quot;Disassembly&quot; tab in the code editor by default. Disabled by default."/>
6565

6666
<Separator Grid.Row="7" Grid.ColumnSpan="4" Margin="10"/>
6767

0 commit comments

Comments
 (0)