From d83a5ada3e61ace1431f56ac6b81e9d805d2ed9d Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 15 Nov 2009 21:21:01 +0000 Subject: #632896 by stBorchert: Rollback translation of module names; these are proper names that have only one canonical source, and should not change based on the installed language. --- modules/system/system.admin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system/system.admin.inc') diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc index 3578981f0..7da92a165 100644 --- a/modules/system/system.admin.inc +++ b/modules/system/system.admin.inc @@ -791,7 +791,7 @@ function _system_modules_build_row($info, $extra) { ); // Set the basic properties. $form['name'] = array( - '#markup' => t($info['name']), + '#markup' => $info['name'], ); $form['description'] = array( '#markup' => t($info['description']), -- cgit v1.2.3