X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/6165f1ef9bf8abf6d07caff88f14a36f368832c6..0a5462c3311b4541a858b8e719ae8548877c7a62:/lib/lang.php

diff --git a/lib/lang.php b/lib/lang.php
index b1265f8..bf74e8d 100755
--- a/lib/lang.php
+++ b/lib/lang.php
@@ -23,7 +23,7 @@
                           'fr' => 'Français');
 
 /* Translation */
-function _ ($text)
+function t ($text)
 {
     $cfg = $GLOBALS['cfg'];
     $languages_list = $GLOBALS['languages_list'];
@@ -54,4 +54,4 @@ function _ ($text)
     return ($text);
 }
 
-?>
\ No newline at end of file
+?>