From 0bd7fcacf07afd405dc79c1a5c252fc1b9367efb Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 15 Sep 2018 18:27:38 +0200 Subject: [PATCH] renamed tool --- lam/lib/tools/importexport.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/lib/tools/importexport.inc b/lam/lib/tools/importexport.inc index 4ea94277..c15d69f0 100644 --- a/lam/lib/tools/importexport.inc +++ b/lam/lib/tools/importexport.inc @@ -41,7 +41,7 @@ class ImportExport implements \LAMTool { * @return string name */ function getName() { - return _("Import/Export"); + return _("LDAP import/export"); } /**