Skip to content

Commit

Permalink
Merge pull request #1892 from UnderminersTeam/reword_id_tooltip
Browse files Browse the repository at this point in the history
Slightly reword asset ID hover tooltip
  • Loading branch information
Miepee authored Aug 26, 2024
2 parents cdde573 + 605198b commit dc1e209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UndertaleModTool/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
<Grid DockPanel.Dock="Bottom">
<local:TextBoxDark x:Name="CommandBox" AcceptsReturn="True" PreviewKeyDown="CommandBox_PreviewKeyDown" Margin="0,0,35,0"/>
<Label Content="None" HorizontalAlignment="Right" VerticalAlignment="Top" VerticalContentAlignment="Top" Name="ObjectLabel"
ToolTip="This is an ID (index) of the currently open object. It starts from 0."
ToolTip="This is an ID (index) of the currently open asset, item, or object. It starts from 0."
ToolTipService.InitialShowDelay="200"/>
</Grid>
<Grid>
Expand Down

0 comments on commit dc1e209

Please sign in to comment.