From c9e8a3e8febc512aee60db53d344fd2b1c606faa Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Fri, 26 Sep 2014 17:05:22 +0100 Subject: [PATCH] Minor doco. Add some clarity - that had me scratching my head. --- include/language.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/language.php b/include/language.php index 855d94505..83e5e0f20 100644 --- a/include/language.php +++ b/include/language.php @@ -146,7 +146,7 @@ function load_translation_table($lang, $install = false) { * * @param $s string that should get translated * @param $ctx optional context to appear in po file - * @return translated string if exsists, otherwise s + * @return translated string if exsists, otherwise return $s * */ function t($s,$ctx = '') {