diff options
author | Robert C. Helling <helling@atdotde.de> | 2021-05-13 15:33:07 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2021-05-13 12:28:38 -0700 |
commit | 41f87f3e770761096d4f9f921b00b448d01d2eae (patch) | |
tree | df655d6398822af9dad1b1d6a0991e093731659c /translations/subsurface_de_DE.ts | |
parent | 5dfc18351741f31fa573005fd8d533c0aab4a592 (diff) | |
download | subsurface-41f87f3e770761096d4f9f921b00b448d01d2eae.tar.gz |
Translate header strings for APD
We are matching translated header names. Thus, when composing
a header line for APD, make sure it contains translations.
This mechanism is quite brittle. Our German translations had
two different translations for "Sample time" and this already
broke it. This is why this patch also includes a fix for a
translation string (should be fixed in transiflex as well
of course).
Fixes #3246
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Diffstat (limited to 'translations/subsurface_de_DE.ts')
-rw-r--r-- | translations/subsurface_de_DE.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translations/subsurface_de_DE.ts b/translations/subsurface_de_DE.ts index beb7e96cd..ab4d76103 100644 --- a/translations/subsurface_de_DE.ts +++ b/translations/subsurface_de_DE.ts @@ -4013,7 +4013,7 @@ Position verwenden</translation> <location filename="../desktop-widgets/divelogimportdialog.cpp" line="812"/> <location filename="../desktop-widgets/divelogimportdialog.cpp" line="912"/> <source>Sample time</source> - <translation>Segment Dauer</translation> + <translation>Segment Zeit</translation> </message> <message> <location filename="../desktop-widgets/divelogimportdialog.cpp" line="694"/> |