34
You can find it here "publisher/language/english/modinfo.php"
But this language constants is also used in the preferences of the module to allow the users to clone the articles.
You can create your own language constat like
le="color: #000000"><?php define('_MI_PUBLISHER_CLONE_MODULE', 'Clone Module');
in "publisher/language/english/modinfo.php"
and then change the constant here "publisher/admin/menu.php"
le="color: #000000"><?php array( 'title' => _MI_PUBLISHER_CLONE_MODULE, 'link' => 'admin/clone.php', 'icon' => $pathModIcon32 . '/editcopy.png' ),