diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-04-30 15:59:56 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-04-30 15:59:56 -0700 |
commit | 04273a55e012f2dae573969f989cdf12e6cbce3d (patch) | |
tree | ffd079d12c12c30078b70f427c6841a0c8b99c65 /translations | |
parent | 7797926329b66af85e4565af8109111b58869eb3 (diff) | |
download | subsurface-04273a55e012f2dae573969f989cdf12e6cbce3d.tar.gz |
Fix type in German translation
This prevented the download link in the update response from working.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'translations')
-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 565359cca..066a0711b 100644 --- a/translations/subsurface_de_DE.ts +++ b/translations/subsurface_de_DE.ts @@ -2659,7 +2659,7 @@ Bitte entferne diese zuerst.</translation> <message> <location filename="../qt-ui/updatemanager.cpp" line="54"/> <source>A new version of subsurface is available.<br/>Click on:<br/><a href="%1">%1</a><br/> to download it.</source> - <translation>Eine neuere Subsurface Version kann hier heruntergeladen werden<br/><a href="%1"</a></translation> + <translation>Eine neuere Subsurface Version kann hier heruntergeladen werden<br/><a href="%1">%1</a></translation> </message> <message> <location filename="../qt-ui/updatemanager.cpp" line="57"/> |