From 346c42aa48ec854fab297cc4dcad3094d85a9a2a Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Fri, 19 Nov 2010 20:38:22 +0000
Subject: [PATCH] - Patch #937698 by rschwab: 'Enable newly added modules in
 [Module Group]' is awkward, should be 'Enable newly added modules'.

---
 modules/system/system.updater.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/system/system.updater.inc b/modules/system/system.updater.inc
index 60518d17e263..f8b9cb6a17eb 100644
--- a/modules/system/system.updater.inc
+++ b/modules/system/system.updater.inc
@@ -76,7 +76,7 @@ public function getSchemaUpdates() {
 
   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'),
     );
   }
 
-- 
GitLab