UI: Clarify Create Application Shortcut tooltip text (#6217)

This commit is contained in:
merry
2024-01-29 22:08:24 +00:00
committed by GitHub
parent 4e81ab4229
commit a8fbcdae9f
3 changed files with 4 additions and 2 deletions

View File

@@ -16,7 +16,7 @@
Click="CreateApplicationShortcut_Click"
Header="{locale:Locale GameListContextMenuCreateShortcut}"
IsEnabled="{Binding CreateShortcutEnabled}"
ToolTip.Tip="{locale:Locale GameListContextMenuCreateShortcutToolTip}" />
ToolTip.Tip="{OnPlatform Default={locale:Locale GameListContextMenuCreateShortcutToolTip}, macOS={locale:Locale GameListContextMenuCreateShortcutToolTipMacOS}}" />
<Separator />
<MenuItem
Click="OpenUserSaveDirectory_Click"