1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-21 04:07:46 +00:00

"Wine Path" should be called "Wine Executable"

This commit is contained in:
Joshua Goins 2023-10-08 13:23:04 -04:00
parent bc1b6fe2c8
commit 91dfd8bb65

View file

@ -97,7 +97,7 @@ FormCard.FormCardPage {
FormFileDelegate { FormFileDelegate {
id: winePathDelegate id: winePathDelegate
text: i18n("Wine Path") text: i18n("Wine Executable")
file: page.profile.winePath file: page.profile.winePath
enabled: !LauncherCore.isSteam && page.profile.wineType !== Profile.System enabled: !LauncherCore.isSteam && page.profile.wineType !== Profile.System
} }