From 3e9cfdad6ccc045383f999a7c2229cfcd30f5a65 Mon Sep 17 00:00:00 2001
From: =?utf8?q?St=C3=A9phane=20Jacob?=
Date: Sat, 25 Apr 2009 18:06:01 +0200
Subject: [PATCH] Typos.
---
bin/cron/cron_ml_moderate.php | 2 +-
templates/marketing/private.tpl | 6 +++---
templates/xnetgrp/membres-edit.tpl | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/bin/cron/cron_ml_moderate.php b/bin/cron/cron_ml_moderate.php
index 044635a..e91d6e0 100755
--- a/bin/cron/cron_ml_moderate.php
+++ b/bin/cron/cron_ml_moderate.php
@@ -100,7 +100,7 @@ while ($sent_mails < $globals->lists->max_mail_per_min
// send feedback to the mailing list owners
if ($client->handle_request($list, $mid, $action, utf8_decode($reason))) {
$sent_mails += $count;
- $texte = "le message suivant :\n\n"
+ $texte = "Le message suivant :\n\n"
. " Auteur: {$mail['sender']}\n"
. " Sujet : « {$mail['subj']} »\n"
. " Date : ".strftime("le %d %b %Y Ã %H:%M:%S", (int)$mail['stamp'])."\n\n"
diff --git a/templates/marketing/private.tpl b/templates/marketing/private.tpl
index ad9f842..3701aa4 100644
--- a/templates/marketing/private.tpl
+++ b/templates/marketing/private.tpl
@@ -39,13 +39,13 @@ Cet utilisateur a une inscription en cours depuis le {$pending|date_format}.
{if $relance eq '0000-00-00'}
-il n'a jamais été relancé.
+Il n'a jamais été relancé.
{else}
-sa dernière relance date du {$relance|date_format}
+Sa dernière relance date du {$relance|date_format}.
{/if}
-[le relancer]
+[Le relancer]
{/if}
diff --git a/templates/xnetgrp/membres-edit.tpl b/templates/xnetgrp/membres-edit.tpl
index b601010..e1769dd 100644
--- a/templates/xnetgrp/membres-edit.tpl
+++ b/templates/xnetgrp/membres-edit.tpl
@@ -49,7 +49,7 @@
Ãdition du profil de {if "`$user.prenom` `$user.nom`"|trim}{$user.prenom} {$user.nom}{else}{$user.email}{/if}
{if $user.origine eq 'X'}
- (X{$user.promo})
+ (X{$user.promo})
{icon name=user_suit title="fiche"}
{/if}
{icon name=delete title="Suppression du compte"}
--
2.1.4