X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/6165f1ef9bf8abf6d07caff88f14a36f368832c6..073ea480c798b0d2e93cccce23e0c1595a195768:/lib/lang.php?ds=sidebyside

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
+?>