From b7b7cb3fdead627c55e3cb9d346a719b5da6842d Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Tue, 12 Mar 2019 11:39:49 -0400 Subject: ob_set_text_domain(): Update @return doc --- 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() -- cgit v0.9.1