From 2376b57d5028866bd266e51dc8011a01a2c1e16b Mon Sep 17 00:00:00 2001 From: Julien Malik Date: Sun, 22 Mar 2015 23:25:49 +0100 Subject: [PATCH] fix template : remove fr translation --- lib/lang/template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lang/template.php b/lib/lang/template.php index 86abffc..566380c 100644 --- a/lib/lang/template.php +++ b/lib/lang/template.php @@ -54,7 +54,7 @@ $tr = array ( 'You should create this directory manually.' => '', 'The following directory is not writable' => '', 'You should give the write permission to the web server on this directory.' => '', - 'Here is a solution' => 'Une solution possible', + 'Here is a solution' => '', 'The local configuration file could not be created. Create a ' . 'lib/config.local.php file and give the write ' . 'permission to the web server (preferred solution), or give the ' . -- 2.34.1