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:
parent
bc1b6fe2c8
commit
91dfd8bb65
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue