diff --git a/modules/system/system.updater.inc b/modules/system/system.updater.inc index 60518d17e263..f8b9cb6a17eb 100644 --- a/modules/system/system.updater.inc +++ b/modules/system/system.updater.inc @@ -76,7 +76,7 @@ class ModuleUpdater extends Updater implements DrupalUpdaterInterface { public function postInstallTasks() { return array( - l(t('Enable newly added modules in !project', array('!project' => $this->title)), 'admin/modules'), + l(t('Enable newly added modules'), 'admin/modules'), ); }