X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/6165f1ef9bf8abf6d07caff88f14a36f368832c6..c5571d92378b2dc0529d05b8f6ad3349b2d128cc:/lib/lang.php

diff --git a/lib/lang.php b/lib/lang.php
old mode 100755
new mode 100644
index b1265f8..86ffd4d
--- a/lib/lang.php
+++ b/lib/lang.php
@@ -1,7 +1,7 @@
 <?php
 /*
  *  Jirafeau, your web file repository
- *  Copyright (C) 2012  Jerome Jutteau <j.jutteau@gmail.com>
+ *  Copyright (C) 2015  Jerome Jutteau <j.jutteau@gmail.com>
  *
  *  This program is free software: you can redistribute it and/or modify
  *  it under the terms of the GNU Affero General Public License as
@@ -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
+?>