From a4c81c72c12a8ab73649c9fbf4987e6cbe3e7c97 Mon Sep 17 00:00:00 2001 From: lethality Date: Tue, 22 Feb 2011 20:40:23 +0000 Subject: Fixed bug 1248, an error in fr.l - reported by SaKa --- lang/fr.l | 2 +- version.log | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lang/fr.l b/lang/fr.l index adc2bf037..5f10a312a 100644 --- a/lang/fr.l +++ b/lang/fr.l @@ -4652,7 +4652,7 @@ CHAN_HELP_SET_RESTRICTED CHAN_HELP_SET_SECURE Syntaxe: SET canal SECURE {ON | OFF} - Active ou désactive les caractéristiques de sécurité de %s pour + Active ou désactive les caractéristiques de sécurité de %S pour un canal. Lorsque la Sécurité est active, seuls les utilisateurs qui ont enregistré leurs pseudos avec %s et qui sont identifiés avec leur mot de passe auront accès au canal sous diff --git a/version.log b/version.log index 332cb9f32..946db3a30 100644 --- a/version.log +++ b/version.log @@ -8,9 +8,10 @@ VERSION_MAJOR="1" VERSION_MINOR="8" VERSION_PATCH="5" VERSION_EXTRA="-git" -VERSION_BUILD="3059" +VERSION_BUILD="3060" # $Log$ # Changes since 1.8.5 Release +#Revision 3060 - Fixed bug 1248, an error in fr.l - reported by SaKa #Revision 3059 - Fixed the wiki URLs in install.js #Revision 3058 - Fixed not introducing our clients with usermode +k on InspIRCd 2.0 #Revision 3057 - Bug #1233 - Fixed some misuse of apostrophes - patch by binki -- cgit