diff options
Diffstat (limited to 'application/Utils.php')
-rw-r--r-- | application/Utils.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/Utils.php b/application/Utils.php index 27eaafc5..2f38a8de 100644 --- a/application/Utils.php +++ b/application/Utils.php | |||
@@ -480,7 +480,7 @@ function alphabetical_sort(&$data, $reverse = false, $byKeys = false) | |||
480 | * @param int $nb The number of items for plural forms. | 480 | * @param int $nb The number of items for plural forms. |
481 | * @param string $domain The domain where the translation is stored (default: shaarli). | 481 | * @param string $domain The domain where the translation is stored (default: shaarli). |
482 | * | 482 | * |
483 | * @return String Text translated. | 483 | * @return string Text translated. |
484 | */ | 484 | */ |
485 | function t($text, $nText = '', $nb = 1, $domain = 'shaarli') { | 485 | function t($text, $nText = '', $nb = 1, $domain = 'shaarli') { |
486 | return dn__($domain, $text, $nText, $nb); | 486 | return dn__($domain, $text, $nText, $nb); |