diff options
author | Stéphane Lenclud <github@lenclud.com> | 2019-02-03 15:03:57 +0100 |
---|---|---|
committer | Stéphane Lenclud <github@lenclud.com> | 2019-02-07 13:24:14 +0100 |
commit | 4508be24ef4adc4dac0c40ef316b07da75765b77 (patch) | |
tree | 9cd408b7954a6cbb9f58200179d1b25a584ef415 /tracker-kinect-face/lang/nl_NL.ts | |
parent | 7397242cb156ae0d1e942fba9d209b8627a2072e (diff) |
Kinect: Limit actual frame rate to 30Hz.
Fixing settings dialog.
Diffstat (limited to 'tracker-kinect-face/lang/nl_NL.ts')
-rw-r--r-- | tracker-kinect-face/lang/nl_NL.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tracker-kinect-face/lang/nl_NL.ts b/tracker-kinect-face/lang/nl_NL.ts index f4fe07d8..a0a737ee 100644 --- a/tracker-kinect-face/lang/nl_NL.ts +++ b/tracker-kinect-face/lang/nl_NL.ts @@ -2,20 +2,20 @@ <!DOCTYPE TS> <TS version="2.1" language="nl_NL"> <context> - <name>test_metadata</name> + <name>KinectFaceMetadata</name> <message> <source>Kinect Face 0.1</source> <translation type="unfinished"></translation> </message> </context> <context> - <name>test_ui</name> + <name>KinectFaceUi</name> <message> - <source>Sine wave</source> + <source>Kinect Face Tracker</source> <translation type="unfinished"></translation> </message> <message> - <source>Pressing "Abort" will immediately crash the application.</source> + <source>Start OpenTrack to check if Kinect Face Tracker is working.</source> <translation type="unfinished"></translation> </message> </context> |