Skip to content

Commit a46b971

Browse files
Update RandomLuckGameButton tooltip resource key
Renamed the tooltip resource key from "RandomLuckGame" to "FeelingLucky" for better alignment with the button's intent and associated feature. This change ensures clarity and consistency in the resource naming convention.
1 parent 04bbf6a commit a46b971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SimpleLauncher/MainWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@
617617
Grid.RowSpan="2"
618618
Grid.Column="4"
619619
x:Name="RandomLuckGameButton"
620-
ToolTip="{DynamicResource RandomLuckGame}"
620+
ToolTip="{DynamicResource FeelingLucky}"
621621
Click="NavRandomLuckGameButton_Click"
622622
Width="40" Height="40"
623623
VerticalAlignment="Center"

0 commit comments

Comments
 (0)