--- modules/system/system.updater.inc 2010-11-16 00:36:39.396102246 -0800 +++ modules/system/system.updater.inc 2010-11-16 00:37:07.532107054 -0800 @@ -76,7 +76,7 @@ class ModuleUpdater extends Updater impl 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'), ); } @@ -145,7 +145,7 @@ class ThemeUpdater extends Updater imple public function postInstallTasks() { return array( - l(t('Set the !project theme as default', array('!project' => $this->title)), 'admin/appearance'), + l(t('Edit settings for !project', array('!project' => $this->title)), 'admin/appearance'), ); } }