diff options
author | oehhar <harald.oehlmann@elmicron.de> | 2015-11-17 17:07:33 (GMT) |
---|---|---|
committer | oehhar <harald.oehlmann@elmicron.de> | 2015-11-17 17:07:33 (GMT) |
commit | 5498d8aaa43327e94fd652a66fde74f4187452db (patch) | |
tree | 8ea0deb117aa0d8eb472d6fd3f95cd1e350925e1 /doc | |
parent | 31b415218813b465bfd99d4d79ae85e95c90028f (diff) | |
download | tcl-5498d8aaa43327e94fd652a66fde74f4187452db.zip tcl-5498d8aaa43327e94fd652a66fde74f4187452db.tar.gz tcl-5498d8aaa43327e94fd652a66fde74f4187452db.tar.bz2 |
Spanish translation of example corrected
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 bae6dbe..b4f7140 100644 --- a/doc/msgcat.n +++ b/doc/msgcat.n @@ -321,7 +321,7 @@ the package. For example, a short \fBes.msg\fR might contain: .PP .CS namespace eval ::mypackage { - \fB::msgcat::mcflset\fR "Free Beer!" "Cerveza Gracias!" + \fB::msgcat::mcflset\fR "Free Beer" "Cerveza Gratis" } .CE .SH "RECOMMENDED MESSAGE SETUP FOR PACKAGES" |