diff options
author | Max Kostikov <max@kostikov.co> | 2018-10-13 00:20:23 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2018-10-13 00:20:23 +0200 |
commit | ae7873260e41640a4d6f3b9181ac1e68eced4176 (patch) | |
tree | d974b8845584441fe152b7c41682ae3b1a6b37fb | |
parent | 3dfe604ba0f6cba394095ae7e4500410faf927f3 (diff) | |
download | volse-hubzilla-ae7873260e41640a4d6f3b9181ac1e68eced4176.tar.gz volse-hubzilla-ae7873260e41640a4d6f3b9181ac1e68eced4176.tar.bz2 volse-hubzilla-ae7873260e41640a4d6f3b9181ac1e68eced4176.zip |
Update language.php
-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 72ceb67b0..0d3afd494 100644 --- a/include/language.php +++ b/include/language.php @@ -255,7 +255,7 @@ function tt($singular, $plural, $count, $ctx = ''){ } /** - * @brief Return slash separated string of plurals translation form + * @brief Return slash separated string of plurals translation forms * * @param string $k key in translations array * @return string |