summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoroehhar <harald.oehlmann@elmicron.de>2015-11-17 17:07:33 (GMT)
committeroehhar <harald.oehlmann@elmicron.de>2015-11-17 17:07:33 (GMT)
commit5498d8aaa43327e94fd652a66fde74f4187452db (patch)
tree8ea0deb117aa0d8eb472d6fd3f95cd1e350925e1
parent31b415218813b465bfd99d4d79ae85e95c90028f (diff)
downloadtcl-5498d8aaa43327e94fd652a66fde74f4187452db.zip
tcl-5498d8aaa43327e94fd652a66fde74f4187452db.tar.gz
tcl-5498d8aaa43327e94fd652a66fde74f4187452db.tar.bz2
Spanish translation of example corrected
-rw-r--r--doc/msgcat.n2
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"