summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMontel Laurent <kdeqt@yahoo.fr>2012-07-05 15:36:07 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-07-05 16:12:02 +0200
commit96b7d4a182933617277f87dba031f5113551a9f8 (patch)
treeecdc50aeb1d83f875589cafa7d991aa3eff6259a
parent5cedb0ef38dcfa0c40219b3fb3aa3b5eedae285e (diff)
downloadqt-creator-96b7d4a182933617277f87dba031f5113551a9f8.tar.gz
Fix french translation.
We need to add \n at the end otherwise error string with paste at the end => confusing message. Change-Id: I9a0c2cbdf2322b04f75c7b273925e15d2f10c68d Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-rw-r--r--share/qtcreator/translations/qtcreator_fr.ts9
1 files changed, 6 insertions, 3 deletions
diff --git a/share/qtcreator/translations/qtcreator_fr.ts b/share/qtcreator/translations/qtcreator_fr.ts
index 1b78f173f0..04d6875a45 100644
--- a/share/qtcreator/translations/qtcreator_fr.ts
+++ b/share/qtcreator/translations/qtcreator_fr.ts
@@ -32710,17 +32710,20 @@ Details: %3</source>
<message>
<source>Debugging starts
</source>
- <translation>Début du débogage</translation>
+ <translation>Début du débogage
+</translation>
</message>
<message>
<source>Debugging has failed
</source>
- <translation>Échec du débogage</translation>
+ <translation>Échec du débogage
+</translation>
</message>
<message>
<source>Debugging has finished
</source>
- <translation>Fin du débogage</translation>
+ <translation>Fin du débogage
+</translation>
</message>
<message>
<source>A debugging session is still in progress. Terminating the session in the current state can leave the target in an inconsistent state. Would you still like to terminate it?</source>