diff options
author | friendica <info@friendica.com> | 2014-09-27 00:15:43 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-09-27 00:15:43 -0700 |
commit | 51c0904a8a32aba3f866d043f00d1b3934de9d94 (patch) | |
tree | 8e2a48b44caf5d0ab0aab9831fda7612822390d0 /include | |
parent | fa019791fa4cd3f5ae4d3b0cf7b8cbef6483f6d6 (diff) | |
parent | 04e460c8f8915be3b7911bf0b9c9c0bcd8703e25 (diff) | |
download | volse-hubzilla-51c0904a8a32aba3f866d043f00d1b3934de9d94.tar.gz volse-hubzilla-51c0904a8a32aba3f866d043f00d1b3934de9d94.tar.bz2 volse-hubzilla-51c0904a8a32aba3f866d043f00d1b3934de9d94.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'include')
-rw-r--r-- | include/language.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/language.php b/include/language.php index 855d94505..9db57dceb 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 exists, otherwise return $s * */ function t($s,$ctx = '') { |