diff options
-rw-r--r-- | editors/mule-common/pkg-install | 6 | ||||
-rw-r--r-- | textproc/coco/pkg-install | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/editors/mule-common/pkg-install b/editors/mule-common/pkg-install index 892eeb848ba6..505983632b38 100644 --- a/editors/mule-common/pkg-install +++ b/editors/mule-common/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 "############################################################" 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 "############################################################" |