From 59b643fe63e02262bdce70116b8dc66a874da7aa Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Fri, 28 Feb 2020 14:27:24 +0100 Subject: [PATCH] =?UTF-8?q?[9.2.23]=20Libell=C3=A9=20options=20de=20tri?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module/gallery/gallery.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/gallery/gallery.php b/module/gallery/gallery.php index c491b782..da6f4a64 100644 --- a/module/gallery/gallery.php +++ b/module/gallery/gallery.php @@ -23,8 +23,8 @@ class gallery extends common { ]; public static $sort = [ - 'asc' => 'Tri alphabétique naturel', - 'dsc' => 'Tri alphabétique naturel inverse', + 'asc' => 'Alphabétique naturel', + 'dsc' => 'Alphabétique naturel inverse', 'none' => 'Aucun tri', ];