aboutsummaryrefslogtreecommitdiffstats
path: root/include/language.php
diff options
context:
space:
mode:
authorThomas Willingham <beardyunixer@beardyunixer.com>2014-09-26 17:05:22 +0100
committerThomas Willingham <beardyunixer@beardyunixer.com>2014-09-26 17:05:22 +0100
commitc9e8a3e8febc512aee60db53d344fd2b1c606faa (patch)
treee7722e6cdc91b272b33c2dde839eb5adeb4fe8d8 /include/language.php
parent574c4845b711c9ebf53efb2a0fe846f5aea46e87 (diff)
downloadvolse-hubzilla-c9e8a3e8febc512aee60db53d344fd2b1c606faa.tar.gz
volse-hubzilla-c9e8a3e8febc512aee60db53d344fd2b1c606faa.tar.bz2
volse-hubzilla-c9e8a3e8febc512aee60db53d344fd2b1c606faa.zip
Minor doco. Add some clarity - that had me scratching my head.
Diffstat (limited to 'include/language.php')
-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..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 = '') {