diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-02-09 10:39:39 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-02-09 12:13:36 +0100 |
commit | c26423c613619a40df81a3cd30870e4ef2784007 (patch) | |
tree | 37f68cd5f017d085f2b3eb2da4c448d5f7921cb4 /proto-simconnect/lang/stub.ts | |
parent | e80d210dcc7e2b45656dfe29cb42e4363a088b05 (diff) |
proto/simconnect: cleanup
Issue: #804
- don't call simconnect_close without a valid handle
- remove magic numbers
- fix event handle logic. only use it for checking
whether we're timing out.
- add more informative stderr output
- don't hardcode QFunctionPointer type alias
- remove awful VirtPos/Rot...
Diffstat (limited to 'proto-simconnect/lang/stub.ts')
-rw-r--r-- | proto-simconnect/lang/stub.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/proto-simconnect/lang/stub.ts b/proto-simconnect/lang/stub.ts index a221cf39..61f9acd8 100644 --- a/proto-simconnect/lang/stub.ts +++ b/proto-simconnect/lang/stub.ts @@ -51,11 +51,11 @@ <translation type="unfinished"></translation> </message> <message> - <source>install FSX SDK</source> + <source>can't import %1: %2</source> <translation type="unfinished"></translation> </message> <message> - <source>can't import %1: %2</source> + <source>Install FSX/Prepar3D SimConnect SDK.</source> <translation type="unfinished"></translation> </message> </context> |