diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-10-29 04:32:59 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-10-29 04:32:59 +0100 |
commit | ec00863aff826bc63f221136caf54da8b9285201 (patch) | |
tree | 4f1e9a1d53279166f6342a09014a53e4e1952be5 /proto-wine/lang/stub.ts | |
parent | 5b0f05ec74fffb1380285ef491eb5b68aab386d6 (diff) |
proto/wine: add support for setting WINEPREFIX
Diffstat (limited to 'proto-wine/lang/stub.ts')
-rw-r--r-- | proto-wine/lang/stub.ts | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/proto-wine/lang/stub.ts b/proto-wine/lang/stub.ts index b0ced919..9b74a44d 100644 --- a/proto-wine/lang/stub.ts +++ b/proto-wine/lang/stub.ts @@ -28,15 +28,15 @@ <translation type="unfinished"></translation> </message> <message> - <source>Proton (Steam Play)</source> + <source><html><head/><body><p>When supported.</p></body></html></source> <translation type="unfinished"></translation> </message> <message> - <source><html><head/><body><p>When supported.</p></body></html></source> + <source>Steam application id</source> <translation type="unfinished"></translation> </message> <message> - <source>Steam application id (Proton)</source> + <source>Proton (Steam Play)</source> <translation type="unfinished"></translation> </message> </context> @@ -50,6 +50,10 @@ <source>Must specify application id for Proton (Steam Play)</source> <translation type="unfinished"></translation> </message> + <message> + <source>Wine prefix must be an absolute path (given '%1')</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>wine_metadata</name> |