diff options
author | Gabriel Potkány <gadelat@gmail.com> | 2014-11-07 08:02:14 +0100 |
---|---|---|
committer | Gabriel Potkány <gadelat@gmail.com> | 2014-11-07 08:02:14 +0100 |
commit | 2d7e05898ee33bee80acdd2aec9ebae8671c5dfc (patch) | |
tree | 1865345eb13aa244db169f8376e93f8d939e4444 /user_guide_src/source | |
parent | 0e924ceed7a71ac343e929270f3e529ecf85f2a5 (diff) |
Comment polish
Diffstat (limited to 'user_guide_src/source')
-rw-r--r-- | user_guide_src/source/libraries/language.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/language.rst b/user_guide_src/source/libraries/language.rst index 6e7ef009f..6949c11c9 100644 --- a/user_guide_src/source/libraries/language.rst +++ b/user_guide_src/source/libraries/language.rst @@ -115,7 +115,7 @@ Class Reference .. method:: load($langfile[, $idiom = ''[, $return = FALSE[, $add_suffix = TRUE[, $alt_path = '']]]]) - :param mixed $langfile: Language file to load as an string or an array with multiple files + :param mixed $langfile: Language file to load or array with multiple files :param string $idiom: Language name (i.e. 'english') :param bool $return: Whether to return the loaded array of translations :param bool $add_suffix: Whether to add the '_lang' suffix to the language file name |