diff options
author | oehhar <harald.oehlmann@elmicron.de> | 2015-11-17 17:01:58 (GMT) |
---|---|---|
committer | oehhar <harald.oehlmann@elmicron.de> | 2015-11-17 17:01:58 (GMT) |
commit | 0c95d1d7c2d07e8a422b8af055160e8009e7eeb4 (patch) | |
tree | 9f7e47796eb133d01812faa4ad33c4ef1c50c725 /doc/msgcat.n | |
parent | 39819166a3b98ee177b505345e556b8715725c17 (diff) | |
download | tcl-0c95d1d7c2d07e8a422b8af055160e8009e7eeb4.zip tcl-0c95d1d7c2d07e8a422b8af055160e8009e7eeb4.tar.gz tcl-0c95d1d7c2d07e8a422b8af055160e8009e7eeb4.tar.bz2 |
Spanish translation of example corrected
Diffstat (limited to 'doc/msgcat.n')
-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 7e46528..34e153d 100644 --- a/doc/msgcat.n +++ b/doc/msgcat.n @@ -384,7 +384,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" |