So much so, in fact, that I didn't even notice the typo.

This commit is contained in:
Thomas Willingham 2014-09-26 17:16:55 +01:00
parent c9e8a3e8fe
commit 94fcf5885e

View File

@ -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 return $s
* @return translated string if exists, otherwise return $s
*
*/
function t($s,$ctx = '') {