From 140082169db7e559a5cd7cb56ee508fb931b1a2c Mon Sep 17 00:00:00 2001 From: Julien Malik Date: Sun, 22 Mar 2015 23:31:19 +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 631d88d..f28d377 100644 --- a/lib/lang/template.php +++ b/lib/lang/template.php @@ -75,7 +75,7 @@ $tr = array ( 'Information' => '', 'The base address of Jirafeau is the first part of the URL, until (and including) the last slash. For example: "http://www.example.com/". Do not forget the trailing slash!' => '', - 'Base address' => 'Addresse d\'origine', + 'Base address' => '', 'The data directory is where your files and information about your files will be stored. You should put it outside your web site, or at least restrict the access to this directory. Do not forget the trailing slash!' => '', 'Data directory' => '', -- 2.34.1