diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-11-15 21:21:01 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-11-15 21:21:01 +0000 |
commit | d83a5ada3e61ace1431f56ac6b81e9d805d2ed9d (patch) | |
tree | 839ae67ed47bd0b45271d1eb43ebaf59c8506088 /modules/system/system.admin.inc | |
parent | 9453e9ac39cba608e890ce9cfb3fb2e1d75cb38f (diff) | |
download | brdo-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.inc | 2 |
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']), |