summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-11-19 20:38:22 +0000
committerDries Buytaert <dries@buytaert.net>2010-11-19 20:38:22 +0000
commit346c42aa48ec854fab297cc4dcad3094d85a9a2a (patch)
treed031930dcf0dd3bbbc9435f2297df5f6bfdcbda4 /modules
parent1d88f731ac5f107a406ef2c83985dc8cc700fade (diff)
downloadbrdo-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'.
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system.updater.inc2
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'),
);
}