Fix documentation in manual page
old
|
new
|
|
235 | 235 | gettext(), dgettext(), and dcgettext() attempt to retrieve a string |
236 | 236 | matching their C<msgid> parameter within the context of the current |
237 | 237 | locale. dcgettext() takes the message's category and the text domain |
238 | | as parameters while dcgettext() defaults to the LC_MESSAGES category |
| 238 | as parameters while dgettext() defaults to the LC_MESSAGES category |
239 | 239 | and gettext() defaults to LC_MESSAGES and uses the current text domain. |
240 | 240 | If the string is not found in the database, then C<msgid> is returned. |
241 | 241 | |