From 9f3c170ab3ba6bef452798dcf9df2aea4fdb660b Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Sat, 11 Apr 2009 17:57:01 +0200 Subject: [PATCH] Typos. --- modules/profile/general.inc.php | 2 +- templates/profile/groups.tpl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/profile/general.inc.php b/modules/profile/general.inc.php index 4fd43dc..51a5979 100644 --- a/modules/profile/general.inc.php +++ b/modules/profile/general.inc.php @@ -177,7 +177,7 @@ class ProfileSearchNames implements ProfileSetting if ($has_new) { $new_names = new NamesReq(S::user(), $this->search_names, $this->private_name_end); $new_names->submit(); - Platal::page()->trigWarning("La demande de modification de tes noms a bien été prises en compte." . + Platal::page()->trigWarning("La demande de modification de tes noms a bien été prise en compte." . " Tu recevras un email dès que ces changements auront été effectués."); } else { $display_names = array(); diff --git a/templates/profile/groups.tpl b/templates/profile/groups.tpl index 45e4f54..6f44217 100644 --- a/templates/profile/groups.tpl +++ b/templates/profile/groups.tpl @@ -148,9 +148,9 @@
Signification des symboles :
{if $grp_public}{icon name=error} L'annuaire du groupe est à visibilité restreinte et ce groupe n'apparaîtra pas sur ta - fiche{/if} + fiche.{/if} {if $grp_public && $grp_admin}
{/if} - {if $grp_admin}{icon name=wrench} Tu es administrateur du groupe{/if} + {if $grp_admin}{icon name=wrench} Tu es administrateur du groupe.{/if} {/if} -- 2.1.4