From 0c6ccb64e038fcff366b5289bc9186aa226ea244 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 19 Dec 2020 21:48:29 +0100 Subject: [PATCH] Fix links --- htdocs/admin/translation.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/admin/translation.php b/htdocs/admin/translation.php index f82087ba30e..c31f1c07093 100644 --- a/htdocs/admin/translation.php +++ b/htdocs/admin/translation.php @@ -346,7 +346,7 @@ if ($mode == 'overwrite') } else { print ''.img_edit().''; print '   '; - print ''.img_delete().''; + print ''.img_delete().''; } print ''; @@ -505,9 +505,9 @@ if ($mode == 'searchkey') { $obj = $db->fetch_object($result); } - print ''.img_edit().''; + print ''.img_edit().''; print ' '; - print ''.img_delete().''; + print ''.img_delete().''; print '  '; $htmltext = $langs->trans("OriginalValueWas", ''.$newlangfileonly->tab_translate[$key].''); print $form->textwithpicto('', $htmltext, 1, 'info');