summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorharald.oehlmann@elmicron.de <oehhar>2015-11-17 17:01:58 (GMT)
committerharald.oehlmann@elmicron.de <oehhar>2015-11-17 17:01:58 (GMT)
commita1f7f40affb0844fd6564da4a58dc95531c609da (patch)
tree9f7e47796eb133d01812faa4ad33c4ef1c50c725
parent32f2699b434cf635de96c281b65f8846e7709e63 (diff)
downloadtcl-a1f7f40affb0844fd6564da4a58dc95531c609da.zip
tcl-a1f7f40affb0844fd6564da4a58dc95531c609da.tar.gz
tcl-a1f7f40affb0844fd6564da4a58dc95531c609da.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 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"