diff options
Diffstat (limited to 'textproc/coco/pkg-install')
-rw-r--r-- | textproc/coco/pkg-install | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/coco/pkg-install b/textproc/coco/pkg-install index 892eeb848ba6..505983632b38 100644 --- a/textproc/coco/pkg-install +++ b/textproc/coco/pkg-install @@ -2,8 +2,8 @@ if [ "$2" != "POST-INSTALL" ]; then exit 0; fi echo "############################################################" -echo "You must install one of packages, mule-2.3, jp-mule-*-2.3" -echo "(jp-mule-canna-2.3, jp-mule-canna+sj3-2.3, etc.)," -echo "cn-mule-wnn4-2.3 and kr-mule-wnn4-2.3, each of" +echo "You must install one of packages, mule-2.3, ja-mule-*-2.3" +echo "(ja-mule-canna-2.3, ja-mule-canna+sj3-2.3, etc.)," +echo "zh-mule-wnn4-2.3 and ko-mule-wnn4-2.3, each of" echo "which contains only the executables for mule-2.3" echo "############################################################" |