diff options
-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 |