diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-12 11:39:49 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-12 11:39:49 (EDT) |
commit | b7b7cb3fdead627c55e3cb9d346a719b5da6842d (patch) | |
tree | cea080ce2d396aaf02e138c66a56daee529cea84 /lib | |
parent | 10f96f259bdbce43fab93de7e29c702635571899 (diff) |
ob_set_text_domain(): Update @return doc
Diffstat (limited to 'lib')
-rw-r--r-- | lib/locale.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/locale.sh b/lib/locale.sh index 6d0af51..e6132d2 100644 --- a/lib/locale.sh +++ b/lib/locale.sh @@ -63,7 +63,7 @@ _ob_try_load_messages() ## message domain and temporarily switches to it when needed. ## @operand text_domain req The message domain to load. ## @return Returns 0 on success, 1 if the message domain cannot be loaded, or -## 125 if \fItext_domain\fP is missing. +## 125 if \fItext_domain\fP is missing or invalid. ## @pure no This function sets an internal global variable and loads a message ## catalog that sets numerous message variables. ob_set_text_domain() |