diff options
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.updater.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.updater.inc b/modules/system/system.updater.inc index 60518d17e..f8b9cb6a1 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'), ); } |