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