Minor doco. Add some clarity - that had me scratching my head.

This commit is contained in:
Thomas Willingham
2014-09-26 17:05:22 +01:00
parent 574c4845b7
commit c9e8a3e8fe

View File

@@ -146,7 +146,7 @@ function load_translation_table($lang, $install = false) {
* *
* @param $s string that should get translated * @param $s string that should get translated
* @param $ctx optional context to appear in po file * @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 = '') { function t($s,$ctx = '') {