diff options
author | maho <maho@FreeBSD.org> | 2003-04-17 21:01:55 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-04-17 21:01:55 +0800 |
commit | 328cd8932905869989b72bbef3e568798b42ad7f (patch) | |
tree | 88c07e79f78989a6bc6a827e8d03a5740b6b0901 /editors/openoffice.org-2-RC | |
parent | 262bd17f3f611eb7f0de0f6f0feb7e1e32d46e2c (diff) | |
download | freebsd-ports-gnome-328cd8932905869989b72bbef3e568798b42ad7f.tar.gz freebsd-ports-gnome-328cd8932905869989b72bbef3e568798b42ad7f.tar.zst freebsd-ports-gnome-328cd8932905869989b72bbef3e568798b42ad7f.zip |
Fix inappropreate menu item for Japanese.
Reported by: curvirgo and Hiromi Kimura <hiromi@tac.tsukuba.ac.jp>
Approved by: mbr
Diffstat (limited to 'editors/openoffice.org-2-RC')
-rw-r--r-- | editors/openoffice.org-2-RC/files/patch-sfx2+source+doc.src | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice.org-2-RC/files/patch-sfx2+source+doc.src b/editors/openoffice.org-2-RC/files/patch-sfx2+source+doc.src new file mode 100644 index 000000000000..0357030ec5c9 --- /dev/null +++ b/editors/openoffice.org-2-RC/files/patch-sfx2+source+doc.src @@ -0,0 +1,11 @@ +--- ../sfx2/source/doc/doc.src.org Thu Apr 17 18:12:12 2003 ++++ ../sfx2/source/doc/doc.src Thu Apr 17 18:13:21 2003 +@@ -1168,7 +1168,7 @@ + Text[ chinese_simplified ] = "存盘(~S)"; + Text[ russian ] = ""; + Text[ polish ] = "Zapisz"; +- Text[ japanese ] = "はい(~S)"; ++ Text[ japanese ] = "保存(~S)"; + Text[ chinese_traditional ] = "儲存(~S)"; + Text[ arabic ] = ""; + Text[ dutch ] = "~Opslaan"; |