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', ];