diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-07-09 10:26:43 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-07-09 10:34:51 -0700 |
commit | d818dc1a84c382742a1f694503b8f856446313a6 (patch) | |
tree | 455a1471418f62689d110ddc2f1c14ad94c6a22d /translations/subsurface_source.ts | |
parent | dae02d5fd2b8972cf82ce3777e142da85adaa75e (diff) | |
download | subsurface-d818dc1a84c382742a1f694503b8f856446313a6.tar.gz |
Remove HTML from translated strings
In some strings that won't be possible as the translation needs to be
aware of line breaks, etc. But for these strings it seems like the right
thing to do.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'translations/subsurface_source.ts')
-rw-r--r-- | translations/subsurface_source.ts | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/translations/subsurface_source.ts b/translations/subsurface_source.ts index 6bd96ab7d..623a1c659 100644 --- a/translations/subsurface_source.ts +++ b/translations/subsurface_source.ts @@ -2856,17 +2856,17 @@ p, li { white-space: pre-wrap; } </message> <message> <location filename="../qt-ui/updatemanager.cpp" line="36"/> - <source><h3>Subsurface was unable to check for updates.</h3></source> + <source>Subsurface was unable to check for updates.</source> <translation type="unfinished"></translation> </message> <message> <location filename="../qt-ui/updatemanager.cpp" line="41"/> - <source><br/><b>The following error occurred:</b><br/></source> + <source>The following error occurred:</source> <translation type="unfinished"></translation> </message> <message> <location filename="../qt-ui/updatemanager.cpp" line="42"/> - <source><br/><br/><b>Please check your internet connection.</b></source> + <source>Please check your internet connection.</source> <translation type="unfinished"></translation> </message> <message> @@ -3017,17 +3017,17 @@ Language: %1</source> </message> <message> <location filename="../qt-ui/usersurvey.cpp" line="96"/> - <source><h3>Subsurface was unable to submit the user survey.</h3></source> + <source>Subsurface was unable to submit the user survey.</source> <translation type="unfinished"></translation> </message> <message> <location filename="../qt-ui/usersurvey.cpp" line="101"/> - <source><br/><b>The following error occurred:</b><br/></source> + <source>The following error occurred:</source> <translation type="unfinished"></translation> </message> <message> <location filename="../qt-ui/usersurvey.cpp" line="102"/> - <source><br/><br/><b>Please check your internet connection.</b></source> + <source>Please check your internet connection.</source> <translation type="unfinished"></translation> </message> <message> |