aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-09-27 00:15:43 -0700
committerfriendica <info@friendica.com>2014-09-27 00:15:43 -0700
commit51c0904a8a32aba3f866d043f00d1b3934de9d94 (patch)
tree8e2a48b44caf5d0ab0aab9831fda7612822390d0 /include
parentfa019791fa4cd3f5ae4d3b0cf7b8cbef6483f6d6 (diff)
parent04e460c8f8915be3b7911bf0b9c9c0bcd8703e25 (diff)
downloadvolse-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.php2
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 = '') {