summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Snelders <programming@ertai.nl>2013-02-16 22:47:23 +0100
committerRob Snelders <programming@ertai.nl>2013-02-16 22:47:23 +0100
commit5afaf35279918239b90bfd062cdabb4b59e10ed0 (patch)
treec5607271a5a0c9188b689b7afd364ed405008820
parentc75569b68901a56bcb576ca03f1e8a90c8af927c (diff)
Better translation of mail
-rw-r--r--bug/bug_fr/bug/mail.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/bug/bug_fr/bug/mail.php b/bug/bug_fr/bug/mail.php
index cafa19b..df4d0b6 100644
--- a/bug/bug_fr/bug/mail.php
+++ b/bug/bug_fr/bug/mail.php
@@ -7,7 +7,7 @@
$to = "programming@ertai.nl";
$subject = "Bug sur Nouveau dans le BSA français!";
- $body = "Salut,\n\nIl y avait un bug nouvelle demande déposée en français. Il ya quelqu'un qui se triage sa bug?\n\n";
+ $body = "Salut,\n\nIl y avait un bug nouvelle demande déposée en français. Quelqu'un peut il confirmer le bug ou le traduire pour nous?\n\n";
$body = $body."Composant: ".$_POST["component"]."\n";
$body = $body."Version: ".$_POST["version"]."\n";
$body = $body."Keywords: ".$_POST["keywords"]."\n";