From 181529089411d6f55333b22d169e87d3f5137eb5 Mon Sep 17 00:00:00 2001
From: latham <latham@ispconfig3>
Date: Thu, 30 Jun 2011 12:03:31 -0400
Subject: [PATCH] Remove Microsoft Line endings. Some files have mixed line endings that make Subverison unhappy

---
 interface/web/strengthmeter/lib/lang/fr_strengthmeter.lng |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/interface/web/strengthmeter/lib/lang/fr_strengthmeter.lng b/interface/web/strengthmeter/lib/lang/fr_strengthmeter.lng
index f64de79..91804fc 100644
--- a/interface/web/strengthmeter/lib/lang/fr_strengthmeter.lng
+++ b/interface/web/strengthmeter/lib/lang/fr_strengthmeter.lng
@@ -1,9 +1,9 @@
-<?php
-$wb['password_strength_0_txt'] = 'Trop court';
-$wb['password_strength_1_txt'] = 'Faible';
-$wb['password_strength_2_txt'] = 'Moyen';
-$wb['password_strength_3_txt'] = 'Bon';
-$wb['password_strength_4_txt'] = 'Fort';
-$wb['password_strength_5_txt'] = 'Très fort';
-?>
-
+<?php
+$wb['password_strength_0_txt'] = 'Trop court';
+$wb['password_strength_1_txt'] = 'Faible';
+$wb['password_strength_2_txt'] = 'Moyen';
+$wb['password_strength_3_txt'] = 'Bon';
+$wb['password_strength_4_txt'] = 'Fort';
+$wb['password_strength_5_txt'] = 'Très fort';
+?>
+

--
Gitblit v1.9.1