summaryrefslogtreecommitdiffstats
path: root/doc/msgcat.n
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)
commit81ee44ac3b9b322ec63118b417f1b7f2d19fc407 (patch)
tree8ea0deb117aa0d8eb472d6fd3f95cd1e350925e1 /doc/msgcat.n
parent4e12f02a757c83c7f40ca1e29f44654b9627a757 (diff)
downloadtcl-81ee44ac3b9b322ec63118b417f1b7f2d19fc407.zip
tcl-81ee44ac3b9b322ec63118b417f1b7f2d19fc407.tar.gz
tcl-81ee44ac3b9b322ec63118b417f1b7f2d19fc407.tar.bz2
Spanish translation of example corrected
Diffstat (limited to 'doc/msgcat.n')
-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"