Skip to content

Commit

Permalink
Change tooltip for Dump Tag command
Browse files Browse the repository at this point in the history
Dumping from a tag you've been actively scrolling through will give incorrect results.
  • Loading branch information
Lord-Zedd committed Jun 17, 2023
1 parent b3125ef commit 3969b39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
<Border BorderThickness="1" Background="#1b1b1c" BorderBrush="#333337">
<StackPanel>
<MenuItem x:Name="btnPluginRevisionViewer" Header="View Revision Info..." Foreground="White" ToolTip="View who researched the plugin and what they did. (Ctrl + Shift + R)" Click="btnPluginRevisionViewer_Click"/>
<MenuItem x:Name="btnDumpTag" Header="Dump Tag As..." Foreground="White" ToolTip="Dumps all fields as json or text to a file. It is recommended to save any changes before using this." Click="btnDumpTag_Click"/>
<MenuItem x:Name="btnDumpTag" Header="Dump Tag As..." Foreground="White" ToolTip="Dumps all fields as json or text to a file. It is recommended to reload the tag before using this, as cached block data can give incorrect results. Save any changes first of course!" Click="btnDumpTag_Click"/>
<Separator/>

<MenuItem x:Name="cbShowInvisibles" Header="Show Invisibles" IsCheckable="True" Foreground="White" Checked="cbShowInvisibles_Altered" Unchecked="cbShowInvisibles_Altered" ToolTip="Toggles display of plugin fields that aren't visible by default. (Auto Reload)"/>
Expand Down

0 comments on commit 3969b39

Please sign in to comment.