From 54861413e01d3e508a547bb6b4a09fc447c9fa45 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Wed, 11 Mar 2015 15:18:27 +0000 Subject: [PATCH] routeSQL : Push the icons by default instead of the texts git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2007 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- routeSQL.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/routeSQL.php b/routeSQL.php index 3fc0d48..14b41e2 100644 --- a/routeSQL.php +++ b/routeSQL.php @@ -55,8 +55,8 @@ class routeSQL $this->username = $username; $this->password = $password; $this->driver_options = $driver_options; - $this->textDelete = dgettext("domframework","Delete"); - $this->textEdit = dgettext("domframework","Edit"); + $this->textDelete = "❌"; + $this->textEdit = "✎"; } /** Connect to the database */