renamed tool

This commit is contained in:
Roland Gruber 2018-09-15 18:27:38 +02:00
parent 0cc31a4391
commit 0bd7fcacf0
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class ImportExport implements \LAMTool {
* @return string name
*/
function getName() {
return _("Import/Export");
return _("LDAP import/export");
}
/**