- Patch #937698 by rschwab: 'Enable newly added modules in [Module Group]' is awkward, should be 'Enable newly added modules'.
parent
1d88f731ac
commit
346c42aa48
|
@ -76,7 +76,7 @@ class ModuleUpdater extends Updater implements DrupalUpdaterInterface {
|
||||||
|
|
||||||
public function postInstallTasks() {
|
public function postInstallTasks() {
|
||||||
return array(
|
return array(
|
||||||
l(t('Enable newly added modules in !project', array('!project' => $this->title)), 'admin/modules'),
|
l(t('Enable newly added modules'), 'admin/modules'),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue