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>
This commit is contained in:
Montel Laurent
2012-07-05 15:36:07 +02:00
committed by Oswald Buddenhagen
parent 5cedb0ef38
commit 96b7d4a182

View File

@@ -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>