diff options
author | dgp <dgp@users.sourceforge.net> | 2006-09-05 16:10:52 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-09-05 16:10:52 (GMT) |
commit | d5c12918537c09220dff6836aa6ff2a1287d54d5 (patch) | |
tree | f45ef5a53df3f3e27af36238de1e94b3f15bc5f0 /doc | |
parent | c3bca1a754d66b27cadf2bd50e401a278933059c (diff) | |
download | tcl-d5c12918537c09220dff6836aa6ff2a1287d54d5.zip tcl-d5c12918537c09220dff6836aa6ff2a1287d54d5.tar.gz tcl-d5c12918537c09220dff6836aa6ff2a1287d54d5.tar.bz2 |
typo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/msgcat.n | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/msgcat.n b/doc/msgcat.n index 87626b2..7f85dc6 100644 --- a/doc/msgcat.n +++ b/doc/msgcat.n @@ -167,7 +167,7 @@ When a locale is specified by the user, a ``best match'' search is performed during string translation. For example, if a user specifies en_GB_Funky, the locales ``en_GB_Funky'', ``en_GB'', and ``en'' are searched in order until a matching translation string is found. If no -translation string is available, then \fB::msgcat::unknown\fR is +translation string is available, then \fB::msgcat::mcunknown\fR is called. .SH "NAMESPACES AND MESSAGE CATALOGS" .PP |