summaryrefslogtreecommitdiff
path: root/modules/system/system.admin.inc
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-11-15 21:21:01 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-11-15 21:21:01 +0000
commitd83a5ada3e61ace1431f56ac6b81e9d805d2ed9d (patch)
tree839ae67ed47bd0b45271d1eb43ebaf59c8506088 /modules/system/system.admin.inc
parent9453e9ac39cba608e890ce9cfb3fb2e1d75cb38f (diff)
downloadbrdo-d83a5ada3e61ace1431f56ac6b81e9d805d2ed9d.tar.gz
brdo-d83a5ada3e61ace1431f56ac6b81e9d805d2ed9d.tar.bz2
#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.
Diffstat (limited to 'modules/system/system.admin.inc')
-rw-r--r--modules/system/system.admin.inc2
1 files changed, 1 insertions, 1 deletions
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']),