summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authoroehhar <harald.oehlmann@elmicron.de>2015-11-17 17:01:58 (GMT)
committeroehhar <harald.oehlmann@elmicron.de>2015-11-17 17:01:58 (GMT)
commit0c95d1d7c2d07e8a422b8af055160e8009e7eeb4 (patch)
tree9f7e47796eb133d01812faa4ad33c4ef1c50c725 /doc
parent39819166a3b98ee177b505345e556b8715725c17 (diff)
downloadtcl-0c95d1d7c2d07e8a422b8af055160e8009e7eeb4.zip
tcl-0c95d1d7c2d07e8a422b8af055160e8009e7eeb4.tar.gz
tcl-0c95d1d7c2d07e8a422b8af055160e8009e7eeb4.tar.bz2
Spanish translation of example corrected
Diffstat (limited to 'doc')
-rw-r--r--doc/msgcat.n2
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"