From dac1e339889c8076b83f0cbb4264fe84fbd7f644 Mon Sep 17 00:00:00 2001
From: Steven Wittens <steven@10.no-reply.drupal.org>
Date: Fri, 1 Sep 2006 09:27:04 +0000
Subject: [PATCH] Pretty up the status report code

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

diff --git a/modules/system/system.install b/modules/system/system.install
index 972079d3ea73..6962c4e3dd24 100644
--- a/modules/system/system.install
+++ b/modules/system/system.install
@@ -12,7 +12,7 @@
 function system_requirements($phase) {
   $requirements = array();
   // Ensure translations don't break at install time
-  $t = function_exists('t') ? 't' : 'st';
+  $t = get_t();
 
   // Report Drupal version
   if ($phase == 'runtime') {
-- 
GitLab