diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-11-19 20:38:22 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-11-19 20:38:22 +0000 |
commit | 346c42aa48ec854fab297cc4dcad3094d85a9a2a (patch) | |
tree | d031930dcf0dd3bbbc9435f2297df5f6bfdcbda4 | |
parent | 1d88f731ac5f107a406ef2c83985dc8cc700fade (diff) | |
download | brdo-346c42aa48ec854fab297cc4dcad3094d85a9a2a.tar.gz brdo-346c42aa48ec854fab297cc4dcad3094d85a9a2a.tar.bz2 |
- Patch #937698 by rschwab: 'Enable newly added modules in [Module Group]' is awkward, should be 'Enable newly added modules'.
-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'), ); } |